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.
In reply to Re^4: DateManip Delta_Format Usage
by SBECK
in thread DateManip Delta_Format Usage
by nabrown737
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |