Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Perl Internals: Hashes

by kvale (Monsignor)
on Apr 14, 2004 at 21:20 UTC ( [id://345208]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    HV *
    Perl_newHV(pTHX)
    ...
        (void)hv_iterinit(hv);      /* so each() will start off right */
        return hv;
    }
    
  2. or download this
    STATIC void
    S_more_he(pTHX)
    ...
        }
        HeNEXT(he) = 0;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found