Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Building three-dimensional array using push

by zejames (Hermit)
on Dec 02, 2004 at 16:51 UTC ( [id://411856]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        while (<FILE>) {
            $line = <FILE>;
            ...
        }
        close(FILE);
    
  2. or download this
        my $line
        while ($line = <FILE>) {
            ...
        }
        close(FILE);
    

Log In?
Username:
Password:

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

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

    No recent polls found