Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: About text file parsing

by marioroy (Prior)
on Aug 30, 2018 at 12:48 UTC ( [id://1221371]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    close $sample_fh;
    close $good_fh;
    
  2. or download this
    use strict;
    use warnings;
    ...
    close $sample_fh;
    close $good_fh;
    
  3. or download this
    $ time perl test_serial.pl
    
    ...
    user    0m22.925s
    sys     0m0.293s
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1221371]
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-03-29 09:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found