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