Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w -i.bak
    use strict;
    ...
        s/this/that/g;
        print;
    }
    
  2. or download this
    C:\>type convert.pl
    #!/usr/bin/perl -w -i.bak
    ...
    this
    
    C:\>