Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        print "Preforming sha1 on $file\n";
        system( "sha1sum $file >> data" );
    }
    
  2. or download this
    code.pl file1 file2 file3