函數 傳遞 陣列問題

my @a = (1, 2, 3);
my $ref = \@a;

print $#{$ref};


QUOTE:
原帖由 sdgsgsdg 于 2008-11-14 15:05 发表



好像沒有在說
http://perldoc.perl.org/perlref.html
請指教

看 Using References
十楼正解