in reply to
use the return code of another program
Are you perhaps
suffering from buffering
? Add
$| = 1;
to A.pl
Comment on
Re: use the return code of another program
Download
Code
Replies are listed 'Best First'.
Re^2: use the return code of another program
by
michbach
(Sexton)
on Mar 28, 2009 at 10:46 UTC
First, thanks a lot to all responsers!!! $| = 1; in A.pl has fixed that problem.. Best regard to all, michbach
[reply]
In Section
Seekers of Perl Wisdom