Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: it should be simple enough...

by eyepopslikeamosquito (Archbishop)
on Feb 20, 2011 at 02:07 UTC ( [id://889142]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(my $fhin, '<', $genpept) or die "open '$genpept': $!";
    undef $/;
    my $in = <$fhin>;
    
  2. or download this
    while (my $in = <$fhin>) {
       # ... split etc. done once for each line $in.
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-16 14:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found