in reply to
Re: Time::Piece errors?
in thread
Time::Piece errors?
Opps spotted a typo $diff -= $minutes * ONE_SECONDS;
should have been $diff -= $seconds * ONE_SECONDS;
but this has made no difference with my minute problem?
Regards,
Gareth
Comment on
Re: Re: Time::Piece errors?
In Section
Seekers of Perl Wisdom