Help for this page

Select Code to Download


  1. or download this
    print "Start of my code\n";
    my @array = `cmd to be executed`;
    ...
      print "Error in executing command : $! \n";
      exit;
    }
    
  2. or download this
    Start of my code
    Expired or invalid session token
    Exit status is : 13312
    Error in executing command :
    
  3. or download this
    Start of my code
    Exit status is : 13312
    Error in executing command : Expired or invalid session token