http://qs321.pair.com?node_id=26492


in reply to Re: run perl script
in thread run perl script

Yup, you can do this. Try piping it to the 'more' command:
perl script.pl | more
the '|' is a pipe-sign, not a capital I.

-- ar0n | Just Another Perl Joe