in reply to Re^2: Returned value from subroutine is 1 when returning ""
in thread Returned value from subroutine is 1 when returning ""
When in doubt about what exactly the precedence will be, B::Deparse is your friend.
$ perl -MO=Deparse,-b,-p -e 'my $o = mysub() || print STDERR "WHY U NO + WORK\n";' (my $o = (mysub() || print(STDERR "didnt work\n")));
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|