Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
      print $_;
    }
    close (FILE1);
    
  2. or download this
    foo
    bar
    here
    there
    
  3. or download this
    s/f/z/;
    s/h/y/;
    s/there/where/;