Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: When is a 2 not a 2?

by Fletch (Bishop)
on Jan 30, 2008 at 20:53 UTC ( [id://665214]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<8> x Dump( $x )
    SV = PVNV(0x8e98f0) at 0x800e64
    ...
      CUR = 1
      LEN = 36
      empty array
    
  2. or download this
      DB<11> x unpack( "h*", pack( "F", 2 ) )  
    0  0000000000000004
      DB<12> x unpack( "h*", pack( "F", $x ) ) 
    0  2000000000000004
    

Log In?
Username:
Password:

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

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

    No recent polls found