in reply to How should I install different versions of a module?

Check out only by Ingy. You'll have to install both versions using its special install process.

    use only Module => $version_num;

It actually has quite a bit more functionality than that, but this is what most are looking for.

Cheers,
Ovid

New address of my CGI Course.

Replies are listed 'Best First'.
Re: Re: How should I install different versions of a module?
by Courage (Parson) on Sep 21, 2003 at 17:15 UTC
    Thank you a lot!

    This is exactly what I tried to find.

    Courage, the Cowardly Dog