in reply to
What is the best way to compare variables so that different types are non-equal?
'eq' stringifies its arguments before comparing them. I suggest using
Data::Compare
, which also knows about data types.
Comment on
Re: What is the best way to compare variables so that different types are non-equal?
In Section
Seekers of Perl Wisdom