Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Sorry but 'last line is blank' doesnt wash..

by rchiav (Deacon)
on Sep 10, 2001 at 21:53 UTC ( [id://111521]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @ary=split(" ",$_) while (<DATA>);
    print "@ary";
    __DATA__
    These are words
    These are more words
    
  2. or download this
    my @ary;
    @ary=split(" ",$_) while (<DATA>);
    ...
    __DATA__
    These are words
    These are more words
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://111521]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found