sub marine($string, \%hash) #### sub marine { my $line = shift; my(%hash) = %{(shift)}; ... }