Hello everyone,
Suppose a user runs a perl script in the following way:
/home/userx/bin/perl aaa.pl
Inside the script aaa.pl, how can I find the path of the perl interpreter (/home/userx/bin/perl) in order to launch another script?
I hope this is clear enough