Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: About text file parsing

by marioroy (Prior)
on Aug 30, 2018 at 20:52 UTC ( [id://1221395]=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 /opt/perl-5.26.1/bin/perl demo_serial.pl
    
    ...
    user    0m15.617s
    sys     0m0.345s
    

Log In?
Username:
Password:

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

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

    No recent polls found