Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Comparedirs.pl

by rob_au (Abbot)
on Feb 13, 2002 at 10:09 UTC ( [id://145120]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $values1 = stat($currentFile2) or warn "can't stat the file: $!\n";
    $hashDir2{$currentFileCD} = {
    ...
        mtime =>$values1->mtime,
    };
    
  2. or download this
    if ( my $values = stat($currentFile2) ) {
        $hashDir2{ $currentFileCD } = {
    ...
        warn "can't stat the file: $!\n"
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 07:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found