in reply to
Puzzled by value of $overload::ops{binary}
They're documented in
perlop
.
Comment on
Re: Puzzled by value of $overload::ops{binary}
Replies are listed 'Best First'.
Re^2: Puzzled by value of $overload::ops{binary}
by
syphilis
(Archbishop)
on Jun 24, 2024 at 13:32 UTC
They're documented in perlop.
Aaah ... one needs to
use feature 'bitwise'
to legitimize them.
I don't use features - hence my lack of familiarity with these particular ops.
Not an excuse but, as I should have searched perlop anyway.
Thank you !!
.
Cheers,
Rob
[reply]
[d/l]
In Section
Seekers of Perl Wisdom