http://www.perlmonks.org?node_id=131361

robin has asked for the wisdom of the Perl Monks concerning the following question:

You can assign an unquoted string to a variable, even when strict mode is on, like this:
use warnings; use strict; my $foo = hello =>; print $foo;
(This is more of an obfuscation than a request for enlightenment, but the Obfuscated code section seems to be reserved for complete obfuscated programs. Sorry if this is in the wrong place.)