In the following Perl code, I expect to reference an array reference inside an array
However, it does not work. I expect him to come out 1.
@a - array of links
@b is $a[1] dereferenced (I think)
So what's the problem?
arrays reference perl
Mike
source share