#!usr/bin/perl -w use strict; my @A=( [2, 2, 2], [2, 2, 2], [2, 2, 2], ); print $A[0]->[0]."\n"