in reply to Re: Time to seconds
in thread Time to seconds

I thought of Time::Loacla at first, but the code had to be as portable as possible. Some of the machines that it might run on might not have that module installed. I hated useing Getopts::Long, but it seems generally standard around here and I am in a time crunch. I might recode it later. See the Mass Domian Name Lookup for how I used it.

Replies are listed 'Best First'.
Re: Re: Re: Time to seconds
by davorg (Chancellor) on Nov 16, 2001 at 17:41 UTC

    Do you mean Time::Local? If so then you don't have a problem as the module is part of the standard Perl distribution and will be installed everywhere where Perl is. If it isn't installed then there is something wrong with the Perl installation and you may have far more serious problems :)

    --
    <http://www.dave.org.uk>

    "The first rule of Perl club is you don't talk about Perl club."