Help for this page

Select Code to Download


  1. or download this
    perl -npi.bak -e "s:([\w\d]+\.data):testname/$1:g" infile
    
  2. or download this
    use strict;
    $testname="replacement";
    ...
    
    close IN;
    close OUT;