Help for this page
if( my $x = $_ = f() and g($_) ) {....}
if($_ = \(my $x = f()) and $$_ and g($$_) )