in reply to Perl upgrade

You mention Windows and you also mention bundled Perl — so what exactly is this? An application made with ActivePerl for example?

I think we definitely need more detail to be able to help you properly.

Replies are listed 'Best First'.
Re^2: Perl upgrade
by prashantktyagi (Scribe) on Jun 14, 2012 at 11:12 UTC
    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?