- or download this
>perl -wle"use base 'CGI'; sub f { $CGI::VERSION } print f();"
3.49
- or download this
>perl -wle"sub f { $CGI::VERSION } use base 'CGI'; print f();"
-1, set by base.pm
- or download this
>perl -wle"sub f { ${'CGI::VERSION'} } use base 'CGI'; print f();"
3.49
- or download this
perl -MCGI -MTemplate checksetup.pl