Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: How can I set a bit to 0 ?

by GrandFather (Saint)
on May 27, 2022 at 04:22 UTC ( [id://11144218]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
        print "\n";
    }
    
  2. or download this
    With field value 0b00000000: 
       0b00000000 --> 0b00000000   0b11111111 --> 0b11000111   
    ...
       0b00000000 --> 0b00100000   0b11111111 --> 0b11100111   
    With field value 0b00111000: 
       0b00000000 --> 0b00111000   0b11111111 --> 0b11111111
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11144218]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-20 15:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found