Re: RFC 34 (v3) Angle brackets should not be used for file globbing

2000-08-31 Thread Nathan Wiger
Tom Christiansen wrote: > > >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. Curre

Re: RFC 34 (v3) Angle brackets should not be used for file globbing

2000-08-31 Thread Tom Christiansen
>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

Re: RFC 34 (v3) Angle brackets should not be used for file globbing

2000-08-31 Thread Jon Ericson
Tom Christiansen wrote: > >=item Complex filehandle references > > >my %filesystem; > >my $filename = '/etc/shells'; > >open $filesystem{$filename}, $filename > >or die "can't open $filename: $!"; > >print <$filesystem{$filename}>; > >__END__ > > >GLOB{0xa042284}

Re: RFC 34 (v3) Angle brackets should not be used for file globbing

2000-08-30 Thread Tom Christiansen
>=item Complex filehandle references >my %filesystem; >my $filename = '/etc/shells'; >open $filesystem{$filename}, $filename >or die "can't open $filename: $!"; >print <$filesystem{$filename}>; >__END__ >GLOB{0xa042284} This goes hand-in-glove with the issue tha

RFC 34 (v3) Angle brackets should not be used for file globbing

2000-08-30 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE Angle brackets should not be used for file globbing =head1 VERSION Maintainer: Jon Ericson <[EMAIL PROTECTED]> Date: 4 August 2000 Last-Modified: 30 August 2000 Mailing List: [EMAIL PROTECTED] Ver