March 2006 Archives

March 22, 2006

Cycling of 2006,Mar,22

bike-route

22 Km, 70m

March 20, 2006

push-p5-lib

For the requirement to modify $PERL5LIB, here's a helper script to make it even easier: push-p5-lib

And you should have this alias to make it work better

    alias revar='source ~/.vars/*'

~/.vars directory should be created manually too.

After this one-time setup, you could say:

    % push-p5-lib ~/dev/perl/*/lib
    % revar

And setup $PERL5LIB to many 'lib' directory at once.

Released under Artistic License.