in reply to Re^2: What is the best way to compare variables so that different types are non-equal?
in thread What is the best way to compare variables so that different types are non-equal?
my $r = \@a; print comparifier($r, "ARRAY$r") ?1:0,"\n"; # 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: What is the best way to compare variables so that different types are non-equal?
by jdporter (Paladin) on Jul 21, 2009 at 22:27 UTC |