Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: In-place bitwise NOT?

by snoopy (Curate)
on Jul 27, 2013 at 22:31 UTC ( [id://1046692]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $bytes = length( $bits );
    
    ...
    
        substr($bits, $offset, $bytes) = ~ substr($bits, $offset, $bytes);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-03-28 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found