Tom Christiansen wrote:
>
> I don't know what's happening with indirect objects, but the nastiness
> whereby you can only use unsubscripted scalars is quite the crock.
> You know, where you can say
>
> print $fh "stuff\n";
> and
> <$fh>
>
> But are not (well, in the second you can, but it's wrong) able to say
>
> print $fh[$i] "stuff\n";
> and
> <$fh[$i]>
>
> Definitely worth a clean-up--at the least.
Definitely! I'm not sure if this is the cause, or even related,
but when the prototype is \$, only an actual scalar variable can
be passed, when actually any scalar, or at least any reffable scalar,
should be allowable.
--
John Porter
We're building the house of the future together.
- Re: RFC 168 (v1) Built-in functions should be functi... Johan Vromans
- Re: RFC 168 (v1) Built-in functions should be functions Damian Conway
- Re: RFC 168 (v1) Built-in functions should be functi... John Porter
- Re: RFC 168 (v1) Built-in functions should be fu... Tom Christiansen
- Re: RFC 168 (v1) Built-in functions should b... John Porter
- Re: RFC 168 (v1) Built-in functions shou... Tom Christiansen
- Re: RFC 168 (v1) Built-in functions should be fu... Johan Vromans
- Re: RFC 168 (v1) Built-in functions should be functi... David L. Nicol
- Re: RFC 168 (v1) Built-in functions should be functi... Damian Conway
- Re: RFC 168 (v1) Built-in functions should be fu... Tom Christiansen
- Re: RFC 168 (v1) Built-in functions should b... John Porter
- Re: RFC 168 (v1) Built-in functions should b... Piers Cawley
- Re: RFC 168 (v1) Built-in functions shou... Tom Christiansen
- Re: RFC 168 (v1) Built-in functions... Piers Cawley
- Re: RFC 168 (v1) Built-in functions... Damian Conway
- Re: RFC 168 (v1) Built-in functions should be fu... Nathan Wiger
- Re: RFC 168 (v1) Built-in functions should b... Tom Christiansen
- Re: RFC 168 (v1) Built-in functions shou... Nathan Wiger
- Re: RFC 168 (v1) Built-in functions should be fu... John Porter
- Re: RFC 168 (v1) Built-in functions should be functions Damian Conway
- RE: RFC 168 (v1) Built-in functions should be functions Fisher Mark
