Weird... I used it before on my server and it gave me the expected results - unless someone did a custom job on localtime() or something I wouldn't know why it did work at the time.
Either that or I'm really confused and I imagined this'd work ;) (also an option) On Thu, 5 Jun 2003, John W. Krahn wrote: > Bernhard Van Staveren wrote: > > > > There is an easier way (sorta) to get hours/minutes/seconds; > > > > ($seconds, $minutes, $hours)=splice(localtime(), 0, 3); > > Did you try this? No, I didn't think so. :-) > > splice() will only work with array not lists. > > > John > -- > use Perl; > program > fulfillment > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]