Help for this page

Select Code to Download


  1. or download this
    perl -i.bak -e 's/^(.+\$DEBUG.+)$/#$1/' foo.pl
    
  2. or download this
    perl -i.bak -e 's/^#(.+\$DEBUG.+)$/$1/' foo.pl