Help for this page
$ perl -e 'print "01234" eq "01234"' 1 $ perl -e 'print "01234" eq "1234"'
$ perl -e 'print "01234" == "1234"' 1