Help for this page

Select Code to Download


  1. or download this
    my $file = $ARGV[0];
    my $repl = $ARGV[1];
    ...
    }
    
    close INFO;
    
  2. or download this
    perl -n -e "s/(Absolute_Error_Tolerance=&Quot;)1e-15(&Quot)/$1$ARGV[0]
    +$2/;
        print;" filename
    
  3. or download this
    @echo off
    perl -n -e "s/(Absolute_Error_Tolerance=&Quot;)1e-15(&Quot)/$1%2$2/; p
    +rint;" %1
    
  4. or download this
    batchfilename datafile replacement