Help for this page

Select Code to Download


  1. or download this
    perl -p -i.bak -e 's/\$Log/\$History/gi' *
    
  2. or download this
     $InputArray is a scalar not an Array.
    
  3. or download this
    #!/usr/bin/perl
    use File::Find;
    ...
      s/\$Log:/\$History:/gi;
      print;
    }