Help for this page

Select Code to Download


  1. or download this
    local @ARGV=qw(c:/tmp.txt);
    while (<>) {
        chomp;
        print "\$_: '$_'\n";
    }