Re: dates times etc

2002-01-13 Thread DL Neil
rc, > off topic topic of mysql databaseperl > > i need to know how to build a linux timestamp from a date given to me in > the following format 01-18-99 (m-d-y) i am using mysql to store this as an > int(11). > > i know php has a mktime function, does anyone know if perl has something > simil

ot: dates times etc

2002-01-12 Thread rc
off topic topic of mysql databaseperl i need to know how to build a linux timestamp from a date given to me in the following format 01-18-99 (m-d-y) i am using mysql to store this as an int(11). i know php has a mktime function, does anyone know if perl has something similar?