Help for this page

Select Code to Download


  1. or download this
    perl -p -i.bak -w -e 's/dude/Johnny5/g' myinfo.txt
  2. or download this
    LINE:
        while (<>) {
    ...
        } continue {
        print or die "-p destination: $!\n";
        }
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
        } continue {
            print or die "-p destination: $!\n";
        }