http://qs321.pair.com?node_id=774839


in reply to 2nd Perl installation on Mac OSX

I suppose you could begin your scripts with:

#!/usr/bin/env perl
and let the script execution environment choose via $PATH.

Cheers!

Update: Sorry Fletch. I didn't see your response before I replied.