>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

Reply via email to