Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Reading through a file and checking for a specific string

by Monk::Thomas (Friar)
on Aug 20, 2013 at 09:01 UTC ( [id://1050153]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @ARGV = glob '/export/home/date_file*';
    
  2. or download this
    while ( my $line = <> ) {
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    }
    
    print "Total     \t: $sum\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found