in reply to Re: Little Perl Mysteries: what's your answer?in thread Little Perl Mysteries: what's your answer?
c:\>perl -MO=Deparse -e "sub foo(){2};*::foo=sub(){3};print foo();" sub foo () { 2; } *foo = sub () { 3; } ; print 2; -e syntax OK [download]
cheers, Aldo
King of Laziness, Wizard of Impatience, Lord of Hubris