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]