I got a hash:

%week=("monday" => 1,
       "tuesday" => 2,
       "wednesday" => 3,
       "thursday" => 4,
       "friday" => 5,
       "saturday" => 6,
       "sunday" => 7
);

and I have $day=1, can I get then "monday"??

thx.

m4c.

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to