Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Best practices for local libraries

by misc (Friar)
on Dec 07, 2019 at 10:19 UTC ( [id://11109796]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ~$ perl -e 'print map { "$_\n" } @INC' 
    /usr/local/Cellar/perl/5.26.2/lib/perl5/site_perl/5.26.2/darwin-thread
    +-multi-2level
    ...
    /usr/local/Cellar/perl/5.26.2/lib/perl5/5.26.2/darwin-thread-multi-2le
    +vel
    /usr/local/Cellar/perl/5.26.2/lib/perl5/5.26.2
    /usr/local/lib/perl5/site_perl/5.26.2
    
  2. or download this
    BEGIN{
            use File::Basename;
    ...
            print "path: $path";
            push @INC, "$path/perl";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found