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
[download]
the '|' is a pipe-sign, not a capital I.
--
ar0n
|
Just Another Perl Joe
Comment on
RE: Re: run perl script
Download
Code
In Section
Seekers of Perl Wisdom