Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Explaining

by ncw (Friar)
on Aug 31, 2000 at 19:32 UTC ( [id://30555]=note: print w/replies, xml ) Need Help??


in reply to Explaining

Short answer - it loads a file into an array.

Long answer, call it like this

my @lines; load_array(\@lines, "file_name"); # now do something with @lines.
As a point of principle the close FILE should have an or die clause attached...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-24 04:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found