Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: How to access the contents of a specific memory address?

by bulk88 (Priest)
on Jul 29, 2012 at 21:38 UTC ( [id://984313]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    $num = 5;
    Dump($num);
    print $num."\n";
    Dump($num);
    
  2. or download this
    SV = IV(0xbf4958) at 0xbf495c
      REFCNT = 1
    ...
      PV = 0x84cb0c "5"\0
      CUR = 1
      LEN = 4
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-25 16:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found