--- Pozsar Balazs <[EMAIL PROTECTED]> wrote:
> > 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?

Those aren't the same.
"$foo" is very different from '$foo'....
I think => does interpolative double-ish quoting, doesn't it?

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to