send_to_sub(%{$existing_users}); sub send_to_sub{ my $existing_users = @_; print Dumper(\$existing_users); exit; }