Help for this page
open INPUT, "some_script |"; while (<INPUT>) { ... } do_something_with_input(); }