in reply to running shell script from perl in the same UNIX session

A number of ways to do this:
system
exec
perlop (qx/STRING/ or `STRING`)
  • Comment on Re: running shell script from perl in the same UNIX session