Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Module Version Number?

by BrowserUk (Patriarch)
on Nov 02, 2002 at 04:55 UTC ( [id://209893]=note: print w/replies, xml ) Need Help??


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

CGI: 2.752 GD: 1.27

.
Nah! Your thinking of Simon Templar, originally played by Roger Moore and later by Ian Ogilvy

Replies are listed 'Best First'.
Re: Re: Module Version Number?
by cal (Beadle) on Nov 02, 2002 at 05:25 UTC
    Works perfect

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://209893]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-19 01:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found