in reply to Converting output from numeric values to text
my %months = qw( 0 => Jan 1 => Feb 2 => Mar );
print "$months{$month}\n"; Output = Jan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) 2Re: Converting output from numeric values to text
by jeffa (Bishop) on Mar 29, 2002 at 00:44 UTC | |
by PrakashK (Pilgrim) on Mar 29, 2002 at 04:59 UTC |