Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: File Handles Chapter(not homework)

by choroba (Cardinal)
on Aug 02, 2012 at 07:58 UTC ( [id://984970]=note: print w/replies, xml ) Need Help??


in reply to File Handles Chapter(not homework)

To read a file line by line, you typically use
while (my $line = <>) { # do something with the line }
If this construct is missing in your textbook, somebody probably tore some pages from the book.

If you meant "preceded" by "proceded", you might use $ARGV: look it up in perlvar.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-26 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found