Help for this page
sub ors :lvalue { $_ && return $_ for @_ ; ... # define analogous &defs ors($x,$y,$z) = 42;
sub lv(&) :lvalue { ${ \( $_[0]->() ) } } lv{ $a // $b } = 666;