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
Post a Comment