Help for this page

Select Code to Download


  1. or download this
        my $infileold = $ARGV[0] || $fileold;
        my $infilenew = $ARGV[1] || $filenew;
    
  2. or download this
        my $infileold = shift || $fileold;
        my $infilenew = shift || $filenew;