in reply to Re: Two Questions on "my"
in thread Two Questions on "my"

As proof that they're the same address:

#!/usr/bin/perl -wl for (1..5) { my $i = rand(); print \$i; }