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')) { ... }
In Section
Seekers of Perl Wisdom
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')) { ... }