Ronald J. Kimball [Sat, 20 Feb 1999 17:32:11 +0000 (12:32 -0500)]
To: perl5-porters@perl.org (Perl 5 Porters)
Message-Id: <
199902202232.RAA62306@linguist.dartmouth.edu>
p4raw-id: //depot/cfgperl@3003
a symbol table, and thus are invisible to this mechanism. For example:
local $value = 10;
- $ref = \$value;
+ $ref = "value";
{
my $value = 20;
print $$ref;