Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: connection to database interfering with $?

by Anonymous Monk
on Jan 15, 2014 at 16:53 UTC ( [id://1070707]=note: print w/replies, xml ) Need Help??


in reply to connection to database interfering with $?

use POSIX(); system( @cmd ); my $child_exit_status = POSIX::WEXITSTATUS($?);

use System::Command; my @cmd = qw( true ); my $cmd = System::Command->new( @cmd ); $cmd->exit(); # exit status

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1070707]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found