|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
RE: shortestby myocom (Deacon) |
| on Sep 16, 2000 at 08:59 UTC ( #32784=note: print w/ replies, xml ) | Need Help?? |
|
At one character less, you could do: chop($_=<>);for(split('',$_)){print$_.': '.($_%2?"Odd\n":"Even\n")}
In Section
Obfuscated Code
|
|
||||||||||||||||||||