On Nov 2, Paul Johnson said:

>{ my $a = "foo"; sub foo {     sub { $a } } }
>{ my $a = "bar"; sub bar { $a; sub { $a } } }

Man, that still exists?  Grumble.  I ran into that a year or two ago.  I
would have thought Perl 5.6 would have cleaned that out.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
RPI Acacia brother #734   http://www.perlmonks.org/   http://www.cpan.org/
** Look for "Regular Expressions in Perl" published by Manning, in 2002 **


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to