Help for this page

Select Code to Download


  1. or download this
    my $CMD="some command";
    
     system("$CMD");
     ( $? == 0 ) ? &success($time, $hostname) : &failure($time, $hostname)
    +;