Help for this page

Select Code to Download


  1. or download this
    $$err_info{'CMD'}= 'Command Execution Failed'; 
    $$err_info{'STATUS'}= 'Status Check Failed';
    
  2. or download this
    $$err_info =(
            CMD     => 'Command Execution Failed',
    ...
            TIME    => 'scalar localtime()',
            );