in reply to Spawned process exit status

What system are you running this on? It can make a big difference.

As an aside, this looks extremely suspicious....

my $system_call = '/test/conf.pl'; # # later ... # if ( $system_call >> 8, 0, 'Normal exit' ){ print "good\n";}
Besides shifting a string, that if isn't testing what you probably think it's testing....

Replies are listed 'Best First'.
Re^2: Spawned process exit status
by Anonymous Monk on Jun 22, 2005 at 17:00 UTC
    I'm running RH9. Perl version is 5.8.0