Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -i.$$ -pe 's/search/replace/g' *.html
    BEGIN { $^I = ".2412"; }
    ...
        print $_;
    }
    -e syntax OK
    
  2. or download this
    $ perl -MO=Deparse -i'.$$' -pe 's/search/replace/g' *.html
    BEGIN { $^I = ".\$\$"; }
    ...