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