in reply to Re^2: Completely wipe out Perl in win32
in thread Completely wipe out Perl in win32
You might try forcing the use of 3.20 by running perl -e "use CGI 3.20; print $CGI::VERSION" or similar. You'd have to use CGI 3.20; in your code as well, of course.
|
|---|