On Wed, Aug 30, 2000 at 02:47:46AM +0200, Bart Lateur wrote: > On Tue, 29 Aug 2000 18:17:46 -0600, Tom Christiansen wrote: > > sub getfh { > > return open(my $fh, "+< /dev/null") && $fh; > > } > > Aha! You fell for one of my pet pieves. You tried to return a lexical in > the same expression were it was declared. That doesn't work. It's not > the same variable. Perl is starting to feel more like C in this instance :-( -Scott -- Jonathan Scott Duff [EMAIL PROTECTED]
- Re: RFC 33 (v2) Eliminate barewo... Gregory S Hayes
- Re: RFC 33 (v2) Eliminate barewo... Tom Christiansen
- Re: RFC 33 (v2) Eliminate barewo... Nathan Wiger
- Re: RFC 33 (v2) Eliminate barewo... Tom Christiansen
- Re: RFC 33 (v2) Eliminate barewo... Nathan Wiger
- Re: RFC 33 (v2) Eliminate bareword filehandles. Peter Scott
- ARGV vs $ARGV (was Re: RFC 33 (v2) Eliminate bare... Nathan Wiger
- Re: RFC 33 (v2) Eliminate bareword filehandles. Bart Lateur
- Re: RFC 33 (v2) Eliminate bareword filehandles. Tom Christiansen
- Re: RFC 33 (v2) Eliminate bareword filehandle... Bart Lateur
- Re: RFC 33 (v2) Eliminate bareword filehandles. Jonathan Scott Duff
- Re: RFC 33 (v2) Eliminate bareword filehandles. Piers Cawley