Help for this page
$foo = $bar unless defined $foo;
$foo = $bar // $foo;
$foo = $bar if defined $bar;