in reply to
compare string problem
Its obvious, its because they are not equal :) Try
use Data::Dumper; print Dumper( [ $cmp, $clt ] );
[download]
to learn how they're different
Comment on
Re: compare string problem
Download
Code
In Section
Seekers of Perl Wisdom