# Set up the perl executable and library path BEGIN { $ENV{PATH} = "/mypath/perl/bin:$ENV{PATH}"; $ENV{PERL5LIB} = '/mypath/perl/lib/site_perl/5.8.8/sun4-solaris:/mypath/perl/lib/site_perl/5.8.8:/mypath/perl/lib/site_perl:/mypath/perl/lib/5.8.8:/mypath/perl/lib/site_perl'; exec 'env', $^X, $0, @ARGV; }