Help for this page
Select Code to Download
Select
or
download this
sub dec2bin { return sprintf("%b",shift); }
Select
or
download this
sub combo { return (2**shift)-1; }