![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re^2: Why is $a.$b not = "$a$b"?by tel2 (Pilgrim) |
on Jul 15, 2020 at 00:08 UTC ( #11119330=note: print w/replies, xml ) | Need Help?? |
Thank you tybalt89!
Good answer! Short, but good.
To expand on that, Perl's operator precedence has '=~' higher than '.'. 'eq' is lower than both of those, which explains why my 'eq' tests worked as I expected. Right?
In Section
Seekers of Perl Wisdom
|
|