in reply to Re: Perl upgrade
in thread Perl upgrade

Hi..

It is like this my application is perl based so we bundled perl interpreter inside to run application.

it is like
Bin path : <app-home>/Windows/perl5/bin/per5
Lib path : <app-home>/Windows/perl5/lib/per5/lib
Site path: <app-home>/Windows/perl5/lib/per5/site
Problem is what i did I copied all files from my machine perl to these locations..
But I need to install several modules into "site Path" ..what I did I removed all path related to machine perl and point it to application perl.. when I do cpan from <app-home>Windows/perl5/bin..it failed saying
Having "<app-home>Windows/perl5/lib"<br/> looking c:/Perl/lib<br/>
What is the best way to install modules into these custom locations?

Replies are listed 'Best First'.
Re^3: Perl upgrade
by Anonymous Monk on Jun 14, 2012 at 12:13 UTC