in reply to Re: Equal strings don't match!in thread Equal strings don't match!
This is what I use instead:
use Data::Dumper; local $Data::Dumper::Useqq = 1; print Dumper($str1, $str2); [download]