Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Log parsing question

by eighty-one (Curate)
on Sep 17, 2008 at 13:25 UTC ( [id://711991]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Data::Dumper;
    ...
        push(@files,$_) if(-d "$_");
    }
    print "\n". Dumper(@files) ."\n";
    
  2. or download this
    sean@seanc:~/code/temp$ ls -l
    total 16
    ...
    $VAR1 = 'dir1';
    $VAR2 = 'dir2';
    $VAR3 = 'dir3';
    

Log In?
Username:
Password:

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

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

    No recent polls found