Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: need a clearer understanding

by Utilitarian (Vicar)
on Aug 10, 2011 at 09:16 UTC ( [id://919622]=note: print w/replies, xml ) Need Help??


in reply to need a clearer understanding

I suspect that your failure to put the code in your question in a code block is the reason people are finding you hard to answer.
if($tmp[0] eq ">") { my $nm = substr($line,1); $nm = $nm . $tot; $tot++; $line = <$IFH>; #IS THIS THE LINE YOU MEANT ? chomp $line; $ret{$nm} = $line; }
If my guess is correct it means exactly the same as the same code in the while ($line = <$IFH>){ line that surrounds the read.

It reads the next line into the $line variable (If not end of file) within a block which is only run if the previous line began with a ">" character.

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

Log In?
Username:
Password:

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

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

    No recent polls found