On Tue, 3 Jul 2001, Jeff 'japhy' Pinyan wrote:

> None, unless 'login' or 'authent' were one of:
> 
>   q qq qr qw qx s m y tr
> 
> Those can't be auto-quoted with => (unless 5.6.1 has changed that).

bash$ perl -v | grep version
This is perl, version 5.004_04 built for i686-linux
bash$ perl -le 'print qw=>"foo";'
qwfoo
bash$ 

I'd say they could be auto-quoted earlier than you thought.

I also checked 5.005_03, 5.6.0 and 5.6.1.  I don't have anything earlier
than 5.004_04.

Tony


Reply via email to