> His code is completely redundant with the Time::Seconds module that comes > with Time::Piece, however.
Yes, my code is redundant with Time::Seconds. But in the Time::Seconds man page I saw the following statement: "Bugs Currently the methods aren't as efficient as they could be, for reasons of clarity. This is probably a bad idea." So, since those calculations were so simple to implement, i decided to do it by myself. I could use Time::Seconds as a base for my calculations but i didn't think it was necessary. Do you think this was a bad assumption from the standpoint of... hmm... i dont know, some standpoint!!... bruno.
