Help for this page
use strict; use warnings; ... %@ = ( 3 => 4); @@ = ( 3, 4 ); print Dumper \%@, \@@;