Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Finding old copies of files

by hippo (Bishop)
on Feb 24, 2021 at 11:22 UTC ( [id://11128735]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    build_exclude_list() if $exclude_list_file;
    build_exclude_dir() if $exclude_dir_file;
    
  2. or download this
    sub build_exclude_list {
        my $file = shift;
    ...
    # ...
    
    build_exclude_list ($exclude_list_file);
    
  3. or download this
    sub build_exclude_list {
        # ...
    ...
    }
    
    my $exclude_list = build_exclude_list ($exclude_list_file);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-26 00:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found