Help for this page

Select Code to Download


  1. or download this
    %$err_info =(
            CMD     => 'Command Execution Failed',
    ...
            SUCCESS => 'Command Succeful upto',
            TIME    => 'scalar localtime()',
            );
    
  2. or download this
    $err_info ={
            CMD     => 'Command Execution Failed',
    ...
            SUCCESS => 'Command Succeful upto',
            TIME    => 'scalar localtime()',
            };