I use python, where I picked up this little trick, which lets python find it's
actual location and execute itself, based upon the reliable location of "env":

#!/usr/bin/env python

You could replace python with perl, for your needs.

Yes, env(1) is quite 'stable' over systems but leads to the same problem:
The #shebang line has to be patched if the delevoper didn't already used env.

...but I posted maily because of the second problem with Mail::IMAPClient... ;)

Adam

--
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to