my $test = [1,2,3,4]; my %test = (array => $test); print $test{array} #### ARRAY(0x2251e4) #### print $test{array}->[0];