in reply to Re^2: using "#!/<perlpath>/bin/perl" to exec a shell script?
in thread using "#!/<perlpath>/bin/perl" to exec a shell script?
As a matter of fact, I have the same shell problem - not related to perl - and this thread was basically the only place where I could find some useful info.
--- cut here ---
I solved by modifying my shebang line to:
#!/usr/bin/env /path/to/my/wrapper
#
# and the script follows...
--- cut here ---
Thank you all