Help for this page
$ perl -e "print 'a' == 'b'"
$ perl -e "print 'a' == '1b'"
$ perl -e "print 'a' == 'b1'"