in reply to Module Version Number?
Just upload a short script to generate a page with the info you need something like this
#! perl -w use CGI ':standard'; use GD; print header, html( h1( "CGI: $CGI::VERSION GD: $GD::VERSION" ) );
Then navigate to that script using your browser and you'll see something like
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Module Version Number?
by cal (Beadle) on Nov 02, 2002 at 05:25 UTC |