> The => (fat arrow) auto-quotes the left-hand operand as long as it's a
> bareword.
>
>   foo => 'bar'
>
> is the same as
>
>   'foo' => 'bar'

And are they the same as:

 "foo" => "bar"
 'foo' => "bar"
 ...
 and so on?

pozsy
-- 


Reply via email to