Help for this page

Select Code to Download


  1. or download this
    my $pid = fork();
    
    ...
    }
    
    print LOG "Status: Failed While Executing $command\n";
    
  2. or download this
    #$sub is subroutine name. 
    #for example: $sub = '&execute'. 
    ...
     } 
    print LOG "Status: Failed While Executing $command\n"; }