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