How to find what is in my current @INC?

T

Tore Aursand

Do I do a
where perl
perl-???

What do you _really_ want to find out? To find out what is in the @INC
variable, just print it;

perl -e 'print join("\n", @INC)'

If you want to find out what modules you have installed, refer to the FAQ
(as it's already been answered);

perldoc -q installed
I need to tie:file to a standred perl 5.6.1.

If you want to install/upgrade modules from CPAN, you should use the CPAN
modules for that. Login as root;

perl -MCPAN -e shell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,142
Messages
2,570,820
Members
47,367
Latest member
mahdiharooniir

Latest Threads

Top