How can I invoke a script in the same directory from my perl script -


i trying invoke script within perl script. can see 2 ways of doing this..

using ./somescript or specifying full directory path. neither ideal, since "./" work long invoker cd's directory. full path, not relative absolute. anyway around this? thanks

use findbin module if want find directory original script is, , use cwd if want find current working directory.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -