$template->param( some_var => exists $hash{some_possibly_undefined_key} ? $hash{some_possibly_undefined_key} : 10; );