in reply to Re: Unquoted strings with strict
in thread Unquoted strings with strict

It's arguable, I suppose. Maybe it's better to use => consistently:
use warnings; use strict; ;my $foo => ;$foo = hello => ;print $foo =>
(updated for symmetry)