Hello,

perl Cookbook says that STDERR can be directed to STDOUT
by 'open(STDERR, ">&STDOUT")', but external command's STDERR
cann't be:

open(STDERR, ">&STDOUT");
@ret = `$cmd`;

is there any standard way?

Regards,
Hirosi Taguti
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to