in reply to Setting @INC on Windows

This seems to easy to be feasible, but can't you use the installed perl to make the change for you?

perl -pi -e 's|@@perlmoduledir@@|path_you_want|g' script1 script2

Maybe?

--
Tommy
Too stupid to live.
Too stubborn to die.

Replies are listed 'Best First'.
Re: Re: Setting @INC on Windows
by Anonymous Monk on Jul 30, 2003 at 18:08 UTC
    Make sure you use perl -pi.bak or similar - omitting the '.bak' rename extension on Windows causes problems...