Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    while (<>) {
        print;
    }
    
  2. or download this
    $ export PERLIO=:utf8
    $ myscript *.utf8
    ## works the same as:  cat *.utf8 | myscript