in reply to @INC array and two perl versions

I'm sure better experts at this than me will come along, but my inclination is to check module version differences in modules between the 5.8 and 5.10 perls, as in Quickest Way to get the Versions of my Lib-Modules , then use the techniques shown in use

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku

Replies are listed 'Best First'.
Re^2: @INC array and two perl versions
by nikunjv (Initiate) on Feb 04, 2010 at 13:33 UTC
    Actually, I need a generic solution. A system may have many conflicting modules installed for different perl versions.
    Basically 10.pl can be run from shell without problem. I want it to be invocable from 8.pl just like that.