Help for this page

Select Code to Download


  1. or download this
    open(P,'./from.pl|');
    while (<P>) {
       print;
    ...
    }
    close(P);
    print "$count\n";