Mega Code Archive

 
Categories / Perl / Data Type
 

Binary NOT (~)

#!/usr/bin/perl -w print "NOT 85 is ", ~85, "\n";