Hello,

Trying to get STDERR to not print to the screen but rather to a file, or
better yet, an array.
Easy to do in UNIX (because I know how, of course):
vcs -v   >file.out   2>&1

but how would I do it in Perl?  I've tried a few variations of:   print
<STDERR> ...   but seem 
to keep hitting dead ends.

Thanks!


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to