Data Type Perl

#!/usr/bin/perl -w
print "Is two equal to four? ",          2 == 4, "\n";
print "OK, then, is six equal to six? ", 6 == 6, "\n";