Help for this page
#!/usr/bin/perl -w ... seek(STDIN, 0, 0) or die; print "-----PASS 2-----\n"; while(<>) {print}
>cat t.pl | perl t.pl