my %list = { list1 => ["one","two","three","four"], list2 => ["four","three","two","one"] ); my $list_ref = $list{$name}; #### my $list_ref = \@{$name};