Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Finding old copies of files

by Leitz (Scribe)
on Feb 26, 2021 at 13:48 UTC ( [id://11128837]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub write_list_to_logfile {
      my ( $list, $logfile ) = @_;
    ...
      }
      close $file;
    }
    
  2. or download this
    if ( keys(%known_dirs) ) {
      my @known_dirs = keys(%known_dirs);
      my $known_dirs_filename = "$dir/known_dirs.list";
      write_list_to_logfile(\@known_dirs, $known_dirs_filename);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 08:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found