Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: changing vaules in perl -V

by ikegami (Patriarch)
on Mar 19, 2013 at 19:08 UTC ( [id://1024366]=note: print w/replies, xml ) Need Help??


in reply to changing vaules in perl -V

That value is set when perl is Configured as part of its installation process. You'll have to rebuild Perl to change it.

You can override most if not every path when you install a module. But in this case, the solution is much simpler:

mv /usr/local/bin/cpanm /usr/bin/
or
ln -s /usr/local/bin/cpanm /usr/bin/

Log In?
Username:
Password:

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

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

    No recent polls found