Help for this page

Select Code to Download


  1. or download this
    use IO::File;
    my $infile = IO::File->new("c:\\Users\\account\\My Documents\\test.txt
    + |");
    ...
    }
    print '$nolines = ' . $nolines . "\n";
    1;