Help for this page
$some_var = $some_possibly_undefined_var || 10
$template->param( some_var => $hash{some_possibly_undefined_key} || 10 )
10;