Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: DateManip Delta_Format Usage

by SBECK (Chaplain)
on Jan 14, 2014 at 19:02 UTC ( [id://1070586]=note: print w/replies, xml ) Need Help??


in reply to Re^3: DateManip Delta_Format Usage
in thread DateManip Delta_Format Usage

The version is available (in almost every single module you can get from CPAN) as $VERSION in the module's namespace. For example, the following will usually work:

use Foo::Bar;
print $Foo::Bar::VERSION;

For Date::Manip, that will work, or there's an alternative:

use Date::Manip;
print DataManipVersion();

which just prints out that value.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-19 07:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found