Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
        $var2 &= ~(1 << $bit);
        printf $fmt, $var2;
    }
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    
        return $num;
    }
    
  3. or download this
    Initial:
    00010100
    ...
    Bit 4 off:
    00000100
    00000100