Data Type Perl

#!/usr/bin/perl -w
print "51 ANDed with 85 gives us ", 51 & 85, "\n";