in reply to Simple date calc
#!/usr/local/bin/perl use Getopt::Std; use Time::Local; use Time::localtime; $offset = time(); @seg = localtime($offset); print "--$offset--$seg--@seg--\n\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Simple date calc
by tommyw (Hermit) on Dec 19, 2002 at 16:58 UTC |