Glenn Linderman wrote: > Thanks for the clarification in your intentions, but isn't _any_ bareword is > converted to a string, unless it is in some particular context where a bareword is > meaningful (such as filehandle)? So that seems to be nothing unique to =>. You > could just as well say > > bareword, $whatever > > and get the same effect in perl5! > Except that that doesn't work under 'use strict', whereas => does. Also, under '-w' the ',' form gives an 'Unquoted string' warning. So the operators really are subtly different.
- Re: RFC 84 (v1) Replace => (stringifying comma) with... Glenn Linderman
- Re: RFC 84 (v1) Replace => (stringifying comma)... Bart Lateur
- Re: RFC 84 (v1) Replace => (stringifying co... Glenn Linderman
- Re: RFC 84 (v1) Replace => (stringifying comma)... Mark Cogan
- Re: RFC 84 (v1) Replace => (stringifying comma) with... Damian Conway
- Re: RFC 84 (v1) Replace => (stringifying comma)... Glenn Linderman
- Re: RFC 84 (v1) Replace => (stringifying co... Peter Scott
- Re: RFC 84 (v1) Replace => (stringifyin... Glenn Linderman
- Re: RFC 84 (v1) Replace => (stringi... Randal L. Schwartz
- Re: RFC 84 (v1) Replace => (stringifyin... Nick Ing-Simmons
- Re: RFC 84 (v1) Replace => (stringifying co... Jeremy Howard
- Re: RFC 84 (v1) Replace => (stringifying co... Bart Lateur
- Re: RFC 84 (v1) Replace => (stringifyin... Simply Hao
- Re: RFC 84 (v1) Replace => (stringi... Bart Lateur
- Re: RFC 84 (v1) Replace => (stringifying comma)... Graham Barr
- Re: RFC 84 (v1) Replace => (stringifying co... Clayton Scott
- Re: RFC 84 (v1) Replace => (stringifying comma)... Damian Conway
- Re: RFC 84 (v1) Replace => (stringifying comma) with... Hildo Biersma
- Re: RFC 84 (v1) Replace => (stringifying comma)... Nathan Wiger
- Re: RFC 84 (v1) Replace => (stringifying comma) with... Graham Barr
- Re: RFC 84 (v1) Replace => (stringifying comma) with... Bart Lateur