in reply to Re^3: Is this logic correct? Maybe can be rewritten better?
in thread Is this logic correct? Maybe can be rewritten better?
I didnt understand cpans explanation on this.my @months = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', +'Sep', 'Oct', 'Nov', 'Dec'); my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = loc +altime; my $date = "$mday $months[$mon], $hour:$min";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Is this logic correct? Maybe can be rewritten better?
by Fletch (Bishop) on Apr 29, 2005 at 17:13 UTC |