Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Strings and numbers: losing memory and mind. (SV sizes)

by almut (Canon)
on Sep 28, 2007 at 13:28 UTC ( [id://641526]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Devel::Size qw(size);
    use Devel::Peek;
    ...
    
    $str .= "";
    info($str, "... re-stringified");
    
  2. or download this
    SV = IV(0x816983c) at 0x8192124
      REFCNT = 1
    ...
      CUR = 8
      LEN = 12
    size = 40  (... re-stringified)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-03-28 17:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found