Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Upgrading perl under AIX issues.

by codiac (Beadle)
on Jul 22, 2015 at 09:53 UTC ( #1135824=note: print w/replies, xml ) Need Help??


in reply to Upgrading perl under AIX issues.

Perl has 3 paths it checks for modules, site, vendor, & perl. Vendor supplied modules should go in perl or vendor, because the default is site which is where modules you install should go.

You can run this to get the 3 paths printed out in the order above perl -e 'use Data::Dumper; print Dumper(@INC);'

If the core modules are going in to site then the package being supplied by IBM has an install bug and they should fix it. If they are installing in to the right places but modules you install are going to vendor or perl, then you need to force them to install to site. See: http://perldoc.perl.org/ExtUtils/MakeMaker.html#INSTALLDIRS

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2023-10-03 14:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?