my $ref = []; # array-referenz print $ref; # ARRAY(...) $ref = {}; # Hash-Referenz print $ref; # HASH(...)