Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^7: Parsing Data logger files ...

by kcott (Archbishop)
on Oct 07, 2012 at 05:51 UTC ( [id://997661]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $last_file = '';
    while (<>) {
        print "$ARGV\n" if $ARGV ne $last_file;
        $last_file = $ARGV;
    
  2. or download this
    some_file_name
    another_file_name
    Use of uninitialized value in ...
    different_file_name
    Use of uninitialized value in ...
    

Log In?
Username:
Password:

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

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

    No recent polls found