in reply to multiple perl version support

This is documented in the INSTALL file. You can specify an installation prefix with the -Dprefix= flag. I have several versions of Perl installed on one of my servers to test code for backwards compatibility.

If you do this, be careful to use the correct Perl binary when installing modules.

Replies are listed 'Best First'.
Re: Re: multiple perl version support
by =sjs= (Initiate) on Oct 11, 2002 at 21:33 UTC
    I was hoping more for a protocal on where to put the code than how to do it. Is there a convention on this or do I need to be creative. I have someone in Paris who wants to use code I've created but we may not necessarily be on the same rev of perl at the same time.

    Thanks

    Steve S.