Help for this page

Select Code to Download


  1. or download this
    while (<$fh>) {
      s/foo/bar/ and next;
    ...
    } continue {
      print $_;
    }