Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^5: why are hex values not numbers?

by BrowserUk (Patriarch)
on Sep 27, 2016 at 07:00 UTC ( #1172714=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print  for 65, 0x41, 0101, 0b1000001;;
    65
    65
    65
    65
    
  2. or download this
    print 65 + 0x41 + 0101 + 0x1000001 + "3.141592653589793238462643383279
    +5e001";;
    16777443.4159265
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2023-03-28 08:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (66 votes). Check out past polls.

    Notices?