Help for this page
$PREFIX/lib/perl5/5.8.2/some/long/module/name
$PREFIX/lib/some/long/module/name
# if PREFIX is set, set LIB too foreach my $arg (@ARGV) { ... push @ARGV, "LIB=$1/lib"; } }