Help for this page

Select Code to Download


  1. or download this
    unless ($var = `system thingy`) {
      die "Failed to get return from call to system\n";
    }
    
  2. or download this
    $var = `system thingy` or die "Failed to get return" from call to syst
    +em";