Help for this page
if (my $val = some_func()) { # ... }
{ my $val = some_func(); if ($val) { # ... } }