|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re: lower case multiple stringsby lemming (Priest) |
| on Sep 27, 2001 at 23:51 UTC ( #115226=note: print w/ replies, xml ) | Need Help?? |
|
Why don't you just lowercase $_? mon-sun will all be lowercased, if you still want to you can just have $alldays = lc;. That is if your intent is to have the original string lowercased.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||