if ( 'f' == 't' ) { print "f equals t\n"; } else { print "f does not equal t\n"; }