Help for this page

Select Code to Download


  1. or download this
    function P5L {
            unset PERL5LIB;
            DIRS=(~/lang/perl/modules/{lib,share}/perl/*);
            local IFS=":";
            export PERL5LIB="${DIRS[*]}";  ## double quoted array expansio
    +n indexed by "*"
    } && P5L