Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: How come undef eq '' ??

by muba (Priest)
on Jan 31, 2013 at 01:30 UTC ( [id://1016191]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $previous = undef;
    while (my $line = <$filehandle>) {
    ...
        ...; # process $line
        $previous = $line;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-26 06:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found