#!/bin/env perl
########################################################################
# preload PERL5LIB then execute the "real" code with an
# updated environment.
########################################################################
$0 =
shift
;
exec
$0;