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


in reply to $scalar => 'WTF?';

You should compile your code with warnings enabled and the perl would have told you Useless use of a constant in void context because my $x => 3; is the same as my $x, 3;