Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w -i.bak
    use strict;
    ...
      s/do my/replacement/ if ($. == 3);
      print $_;
    }