http://www.perlmonks.org?node_id=757150


in reply to perl callable from bash?

how to make both firstscript and secondscript executable (chmod 777 and mv to /bin)

If you are using Linux, you can create a symbolic link for that file, and put it in /bin directory.

For execute a Perl script, give the exact path of Perl script in the bash script and check it.