Here is the code:
my $r1 = [1,2];
my $r2 = [1,2];

How many anonymous arrays do we have now?
One or two?
This shows we have two arrays: print "$r1\n$r2\n";

Is there any way to find out how the system is naming these arrays 
internally?
thanks
adam






-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to