in reply to How to avoid to launch a unix shell script in a perl script

Why do you want to avoid it? And what do you want to do instead? Emulate the contents of enter.sh in your perl script? Or use another way to start enter.sh in the background? (you can achieve that with fork and exec)
  • Comment on Re: How to avoid to launch a unix shell script in a perl script