my @args = ("/usr/bin/mt", "-f", "$$machine{tape}", "online"); my $status = system(@args) / 256; if( $status < 0 || $status > 0 ) { &error_code; }
In reply to Re: exit status of a remote program
by TeKk9
in thread exit status of a remote program
by lucarey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |