> =head1 TITLE > > Replace => (stringifying comma) with => (pair constructor) > > =head1 VERSION > > Maintainer: Damian Conway <[EMAIL PROTECTED]> > Date: 10 August 2000 > Version: 1 > Mailing List: [EMAIL PROTECTED] > Number: 84 I like this a lot, especially the way it deals with subroutine parameters. But... would it be possible to exten this proposal so that, if the right hand operand is an array or hash variable, it will create a reference to this variable? That would allow subroutine calls like: foo('names' => @names, 'size' => 'A4', 'labels' => %labels) to do the Right Thing. It would even make the CGI.pm interface easier for newbies... Hildo
- 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
- Re: RFC 84 (v1) Replace => (stringifying comma) with... Damian Conway
- Re: RFC 84 (v1) Replace => (stringifying comma) with... Damian Conway
- Re: RFC 84 (v1) Replace => (stringifying comma) with... Damian Conway
- Re: RFC 84 (v1) Replace => (stringifying comma) with... John Porter
- Re: RFC 84 (v1) Replace => (stringifying comma)... Stephen P. Potter