> Maybe there is something fundamental we can boil > out of DT::E::R. hmmm...
I found out a way to get a duration-set out of DT::E::R: $dt_set = new DT::E::R( %param ); # datetimes $dur_set = $dt_set - $dt; # durations! It will not work under the current implementation, but it can be done. - Flavio S. Glock
