Help for this page
use constant NOT1 => ~ 1; print "~1 is " . NOT1 . "\n"; ... } else { print "The same (of course!)\n"; }