in reply to Re: running command from within perl script
in thread running command from within perl script

Fwiw, along with those commands,I find the $? variable to be useful for checking return codes from a system or backtick system call. --Ray
  • Comment on Re^2: running command from within perl script