From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/bin/env perl
########################################################################
# preload PERL5LIB then execute the "real" code with an
# updated environment.
########################################################################
use FindBin::libs qw( p5lib );
$0 = shift;
exec $0;