Help for this page

Select Code to Download


  1. or download this
    my $target_dir = "/backups/test/";
    opendir my $dh, $target_dir or die "can't opendir $target_dir: $!";
    ...
        }
        print "$file\n";
    }
    
  2. or download this
    use strict;
    use Digest::MD5 qw(md5_hex);
    ...
    }
    #print $data;
    close (NEWFILE);