updated perl.sh

pull/16/head
Hari Sekhon 5 months ago
parent b534b622e4
commit ef513e2407

@ -32,7 +32,7 @@ fi
# see the effect of inserting a path like so
# PERL5LIB=/path/to/blah perlpath
perlpath(){
perl -e 'print join("\n", @INC);'
perl -e 'print join("\n", @INC) . "\n";'
}
# XXX: Perl Taint mode resets and restricts the Perl Path to not use PERL5LIB for security

Loading…
Cancel
Save