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.] */