Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w -i.bak
    $regexfile = shift @argv;
    ...
          s/$a/$b/og;
       }
    }
    
  2. or download this
    #!/usr/bin/perl -w
    $regexfile = shift @argv;
    ...
          $regex;
       }
    }