in reply to adding/subtracting calender dates
If you're going to give an example of what your code can do, it needs to be something that can't be achieved just as easily using built-in Perl functions.my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(t +ime() - 7*86400);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: adding/subtracting calender dates
by polettix (Vicar) on Jun 02, 2005 at 22:55 UTC |