Help for this page

Select Code to Download


  1. or download this
    sub dec2bin
    {
         return sprintf("%b",shift);
    }
    
  2. or download this
    sub combo
    {
         return (2**shift)-1;
    }