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

Help with file test operators

by justame (Initiate)
on Mar 26, 2015 at 19:41 UTC ( [id://1121438]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $logfile ( <./report*> ) 
    {
    ...
        print "\n\n--------------------------------\n@ll\n";
        printf ("%22s %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f\n", $logfile, -M
    + _, -A _, -C _, -r _, -w _, -O _);
    }
    
  2. or download this
    ----------------------------------------------------------
    -rw-rw-r--   1 not_me    mygroup      50555 Mar 25 16:44 ./report.txt
    ...
    ----------------------------------------------------------
    -rw-rw-r--   1 me        mygroup      41397 Jul 31  2014 ./report_7_30
    +.txt
    ./report_7_30.txt    0.99    0.00    0.99    1.00    1.00    1.00
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-24 15:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found