вторник, 30 марта 2010 г.

perl stderr capture


use IO::CaptureOutput qw/capture/;
my ($stdout, $stderr);

capture sub {
system($command);
} => \$stdout, \$stderr;

Комментариев нет:

Отправить комментарий