On Wed, 11 Jun 2003, Joshua Hoblitt wrote:

> A new 2nd tier namespace for wrapper classes.
>
> DateTime::Wrap or DateTime::Wrapper
>
> DateTime::Wrapper::SubSecond will accept parameters for resolutions from
> 10 to 10^9 subseconds.  With corresponding methods returning these
> units.
>
> Comments?

This seems like overkill for something which will basically do:

 my $nano = $p{micro} * 1000;


-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

Reply via email to