Help for this page

Select Code to Download


  1. or download this
    open IN, "cmd args |" or die $!;
    while( <IN> ) {
        # do something with each line of input
    }
    close IN;