TorgoX sburkeNO@SPAMcpan.orghttp://search.cpan.org/~sburke/
"Il est beau comme la retractilité des serres des oiseaux rapaces [...] et surtout, comme la rencontre fortuite sur une table de dissection d'une machine à coudre et d'un parapluie !" -- Lautréamont
Umm, what are you doing? (Score:1)
Re:Umm, what are you doing? (Score:2)
Re:Umm, what are you doing? (Score:1)
Re:Umm, what are you doing? (Score:2)
Obfuscation Fuel (Score:2)
The article about constants was so interesting that I posted a Meditation [perlmonks.org] at Perlmonks based on it. I particularly like how the following line prints '2', instead of the expected '3'. I can easily see obfuscations based upon using typeglobs to overwrite subroutines but sometimes using a null prototype and other times not using the prototype, thus allowing the typeglob assignment to do its thing.
$ perl -e 'sub foo(){2};*::foo=sub(){3};print foo()'
I will confess, though, in playing around with this th
Re:Obfuscation Fuel (Score:2)
Well... (Score:1)
Re:Well... (Score:2)