* adam <[EMAIL PROTECTED]> [2004-10-04T22:32:50] > 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";
Two. > Is there any way to find out how the system is naming these arrays > internally? It isn't naming them. That's why they're called anonymous! When you print the array, the number in parens identifies the reference uniquely. -- rjbs
pgpfgdlXtrob2.pgp
Description: PGP signature