in reply to Hash of arrays
my @array = @$array_ref; my %hash = %$hash_ref; my $scalar = $$scalar_ref; [download]
This is a very useful quick referenece guide, thanks!
M