in reply to portable interpreter invocation

I would like to write scripts that are more portable across different machines w/ different locations for the perl interpreter.

The standard approach for this is to provide an install script that locates Perl and modifies the #! lines on your components to point to wherever Perl is on that particular platform.