Help for this page

Select Code to Download


  1. or download this
    $bits |= (1<<$val)
    
  2. or download this
    if( unpack( "%16B*", pack("n", $bits)) == 1 ) {
      my $ret = 0;
    ...
      };
      return $ret;
    };