Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Is ActivePerl repositories go free again?

by shmem (Chancellor)
on Apr 30, 2017 at 09:16 UTC ( [id://1189203]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Is ActivePerl repositories go free again?
in thread Is ActivePerl repositories go free again?

Place your sitecustomize.pl anywhere in perls lib path as sitecustomize.pm and set the environment variable PERL5OPT to -Msitecustomize - that should do the trick with strawberry.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Replies are listed 'Best First'.
Re^4: Is ActivePerl repositories go free again?
by exilepanda (Friar) on Apr 30, 2017 at 11:07 UTC
    Hey! That's something new that I've never considered! Must give it a try. One thing that I don't want to do extra module way is because I have to use that module everywhere ( scripts and other modules ) and I am 200% sure I don't want to deal with this mess. But this trick make the change transparent! Thanks for the advise! Love it! =D

      You can even place your siteconfig.pm in a custom directory (or just link it thereto), e.g. X:\myconfig\perl and set PERL5OPT to -IX:\myconfig\perl -Msiteconfig, so you don't have to mess with installation paths at all.

      On my system (Linux):

      # file /tmp/perl/siteconfig.pm print "loaded " . __FILE__ . " from $INC[0]\n"; shift @INC; # done with files in /tmp/perl 1;
      qwurx [shmem] ~> env PERL5OPT='-I/tmp/perl -Msiteconfig' perl -e 1 loaded /tmp/perl/siteconfig.pm from /tmp/perl

      The shift @INC restores the original @INC perl lib search path array. Comment it out if that config directory contains more of your custom modules which should be found first. This is all in perlrun, which is worth reading thoroughly.

      perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
        It worked! Both way worked! Thank you soooooo much!! Now I can seriously consider to leave AS Perl! =D

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1189203]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2025-11-12 11:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your view on AI coding assistants?





    Results (68 votes). Check out past polls.

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.