Re: RFC 34 (v3) Angle brackets should not be used for file globbing
[email protected] (Tom Christiansen) Thu, 31 Aug 2000 14:21:25 -0600
| Newsgroups | perl.perl6.language.io |
|---|---|
| Message-ID | <24535.967753285@chthon> |
>Is some technical reason that this can't be done in perl 5? I hate
>having to add another pair of braces just to reassure perl that I didn't
>forget a comma:
> print {$fh{$name}} "data\n";
Indirect objects are very limited in what they can be.
--tom