in reply to Creating reference to hash and array

Maybe you meant something like this?
print Dumper \$hash_ref; print Dumper \$array_ref;