|
|
| Just another Perl shrine | |
| PerlMonks |
Re: Please explain this JAPHby monsieur_champs (Curate) |
| on Jun 10, 2005 at 11:56 UTC ( #465521=note: print w/ replies, xml ) | Need Help?? |
|
This is just a demi-hidden translation (y///) operation, using a '~' as separator. It gets the string on $_ and do $_ =~ y/b-v/a-z/s; print; on it. Simple and beautiful.
In Section
Obfuscated Code
|
|
||||||||||||||||||||||||||||||||||||