Try:

script
perl -w frank
exit
vi typescript

or

perl -w frank 1>output.good 2>output.errors


HTH,
Ahbaid.

Wes Owen wrote:

> I am trying to capture the output of:
>
> perl -w frank > text.file
> Can't open perl script "frank": No such file or directory
> less text.file
>
> and text.file is empty.  Instead of "Can't open perl script "frank": No
> such file or directory" going to the file, it is outputted to the
> screen.  Is there any way to capture the output of perl -w?  I am doing
> this though a bash cgi script, so what prints to the screen doesn't always
> show up on the web.
>
> Thanks for any/all help.
>
> Wes
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to