Help for this page

Select Code to Download


  1. or download this
    my $failure = system( "c_binary ..." ); # system returns exit status
    die $! if ( $failure );  # which is normally non-zero on failure
    
  2. or download this
      your_perl_script ... 2>> log.file