Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: How can I find installed packages in a broken Perlbrew?

by ikegami (Patriarch)
on Dec 09, 2022 at 20:22 UTC ( [id://11148692]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -V:'install(privlib|archlib)'
    installarchlib='/.../lib/5.36.0/x86_64-linux-thread-multi';
    installprivlib='/.../lib/5.36.0';
    
  2. or download this
    $ perl -V:'installsite(lib|arch)'
    installsitearch='/.../lib/site_perl/5.36.0/x86_64-linux-thread-multi';
    installsitelib='/.../lib/site_perl/5.36.0';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 18:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found