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
- RE: pointers to subs? John Edwards
- RE: pointers to subs? Jeff 'japhy' Pinyan
- RE: pointers to subs? Pozsar Balazs
- RE: pointers to subs? Jeff 'japhy' Pinyan
- quotation marks Pozsar Balazs
- Re: quotation marks Paul
- Re: quotation marks Jeff 'japhy' Pinyan
- Re: quotation marks Paul
- Re: quotation marks Jeff 'japhy' Pinyan
- RE: pointers to subs? Pozsar Balazs
- Re: pointers to subs? Tony Cook
- Re: pointers to subs? Paul Johnson
- RE: pointers to subs? Brett W. McCoy
- Re: pointers to subs? Michael Fowler
- Re: pointers to subs? Jos I. Boumans
- RE: pointers to subs? Paul
- RE: pointers to subs? Brett W. McCoy