in reply to •Re: Simple date calc
in thread Simple date calc

Ahhh what I just found interesting is that if I inlcude Time::localtime i get
Time::tm=ARRAY(0x400978cc)
in the interpolation of the array. Code ::
use Time::localtime; $offset = time(); @yesterday_values = localtime($offset); print "@yesterday_values\n"