Hi Guys,
So you have multiple perl installed on a singlr machine at different locations. And the dilemma is- how to install perl modules for a specific Perl installation.
Say, I have Perl installed at the following location.
/custom/perl/5.8.9/ & /custom/perl/5.10
Now I want to install some Perl modules for Perl 5.10. How should I go ahead???
The solution is straightforward ( and very easy too :) )
Just follow the below given steps.
(1) Navigate to the cpan
/custom/perl/5.10/bin/cpan
(2) Now just install tha module you want.
install Error ( Error is a perl module)
Hey! its done Guys... Enjoy
So you have multiple perl installed on a singlr machine at different locations. And the dilemma is- how to install perl modules for a specific Perl installation.
Say, I have Perl installed at the following location.
/custom/perl/5.8.9/ & /custom/perl/5.10
Now I want to install some Perl modules for Perl 5.10. How should I go ahead???
The solution is straightforward ( and very easy too :) )
Just follow the below given steps.
(1) Navigate to the cpan
/custom/perl/5.10/bin/cpan
(2) Now just install tha module you want.
install Error ( Error is a perl module)
Hey! its done Guys... Enjoy
No comments:
Post a Comment