Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

ref == "REF"

by gaal (Parson)
on Oct 18, 2004 at 09:55 UTC ( [id://400103]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            switch (SvTYPE(sv)) {
            /* [snip] */
            case SVt_RV: /* [snip IV, PV, etc., all falling through] */
    ...
            case SVt_PVAV:  s = "ARRAY";            break;
            case SVt_PVHV:  s = "HASH";         break;
            /* [snip CODE etc.] */
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://400103]
Approved by Corion
Front-paged by cbraga
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-20 04:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found