Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: bitwise shift operator

by GrandFather (Saint)
on Apr 19, 2007 at 01:02 UTC ( [id://610880]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print 1<<31, "\n";
    print 2 * (1<<31), "\n";
    print 1<<32, "\n";
    print 2**32, "\n";
    
  2. or download this
    2147483648
    4294967296
    1
    4294967296
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-23 13:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found