Binary AND (&) : binary « Data Type « Perl






Binary AND (&)

   

#!/usr/bin/perl -w

print "51 ANDed with 85 gives us ", 51 & 85, "\n";

   
    
    
  








Related examples in the same category

1.Illegal binary number: with 2 inside
2.Binary NOT (~)
3.Binary number