Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    $oldFile1 = $ARGV[0];
    ...
    close(NEWFILE1);
    close(OLDFILE2);
    close(CHANGES1);Hello,
    
  2. or download this
    #!/usr/bin/perl
    $oldFile1 = $ARGV[0];
    ...
    close(NEWFILE1);
    close(OLDFILE2);
    close(CHANGES1);