The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/bin/env perl
########################################################################
# preload PERL5LIB then execute the "real" code with an 
# updated environment.
########################################################################

use FindBin::libs qw( p5lib );

$0 = shift;

exec $0;