Help for this page

Select Code to Download


  1. or download this
    open INPUT, "some_script |";
    while (<INPUT>) {
    ...
        }
        do_something_with_input();
    }