Help for this page
use strict; use warnings; ... print ref $array, "\n"; print ref $hash, "\n";
ARRAY HASH