Help for this page
perl -e ' $a = 5; ... print "They are not the same\n"; } '
if ( $a == $b and $a == $c ) { print "true\n"; } else { print "not true"; }