Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Finding version of a Perl module

by jmcnamara (Monsignor)
on Sep 09, 2005 at 13:19 UTC ( [id://490561]=note: print w/replies, xml ) Need Help??


in reply to Finding version of a Perl module


I usually use this:
perl -le 'eval "require $ARGV[0]" and print $ARGV[0]->VERSION' Some::M +odule

--
John.

Replies are listed 'Best First'.
Re^2: Finding version of a Perl module
by ikegami (Patriarch) on Sep 09, 2005 at 14:08 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-23 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found