Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Hex Question(s)

by Corion (Patriarch)
on Mar 27, 2008 at 16:36 UTC ( [id://676787]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\>perl -w 676783.pl
    Argument "0x2" isn't numeric in addition (+) at 676783.pl line 8.
    Argument "0x28" isn't numeric in addition (+) at 676783.pl line 8.
    0 0
    
  2. or download this
    >perl -le "print '0x42' + '0x10'"
    0
    
  3. or download this
    >perl -le "print 0x42 + 0x10"
    82
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-23 08:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found