Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Difference between Perl and Java for << operator?

by syphilis (Archbishop)
on Jul 30, 2021 at 04:58 UTC ( [id://11135512]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -V:ivsize
    ivsize='8';
    
    >perl -le "print unpack 'l', pack 'l', 0xFFFFFFFF << 28;"
    -268435456
    
  2. or download this
    C:\>perl -V:ivsize
    ivsize='4';
    
    C:\>perl -le "print unpack 'l', pack 'l', 0xFFFFFFFF << 28;"
    -268435456
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-18 07:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found