Language Basics Perl

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