Help for this page

Select Code to Download


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