数组引用问题

数组引用问题

在一个数组中存放了数组引用,为什么下面的解引用方式不好用?

@data = (a list of reflist);
print @$data[$i] for my $i (1 .. $#data);

多谢!
@{$date[$i]}
多谢!呵呵