|
|
| There's more than one way to do things | |
| PerlMonks |
Re (tilly) 3: (Golf) Strings-to-Arrayby tilly (Archbishop) |
| on Sep 01, 2001 at 05:13 UTC ( #109590=note: print w/ replies, xml ) | Need Help?? |
|
In Perl 5.6.0 if you passed in literal strings, you got an error about, "Modification of a read-only value attempted". Recopying @_ fixed that. And the time when $s and $s.0 are different in boolean context is when $s is "0". So when you remove those two characters, you get a bug.
UPDATE
In Section
Obfuscated Code
|
|
||||||||||||||||||||||||||