in reply to
Replacing string with number
Use
exists
:
if(exists $months{$month}) { $month = $months{$month} }
Comment on
Re: Replacing string with number
Download
Code
Replies are listed 'Best First'.
Re^2: Replacing string with number
by
nejcPirc
(Acolyte)
on Sep 30, 2004 at 12:00 UTC
Thanks a lot:)
[reply]
In Section
Seekers of Perl Wisdom