Help for this page
my $c = &func() ? say "$c found!" : say "None!";
my $c; $c = &func() ? say "$c found!" : say "None!";