in reply to Re: Arrow Operator Question
in thread Arrow Operator Question
Thanks. The reason I had undef was the style I generally use is more like this:
if ($foo == ($bar->{c}{d}{e}//'moo')) { ... }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Arrow Operator Question
by kcott (Archbishop) on Mar 27, 2023 at 10:14 UTC |
In Section
Seekers of Perl Wisdom