Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Introspecting type informations?

by LanX (Saint)
on Aug 03, 2019 at 20:19 UTC ( [id://11103823]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\>perl -MO=Deparse -e "my DB $x; print $x"
    my DB $x;                                       # <-- DB
    ...
    5        <0> pushmark s ->6
    6        <0> padsv[$x:1,2] s ->7
    -e syntax OK
    
  2. or download this
    C:\>perl -MDevel::Peek -e "my DB $x=10; Dump $x"
    SV = IV(0xee96a8) at 0xee96b8
      REFCNT = 1
      FLAGS = (IOK,pIOK)
      IV = 10
    

Log In?
Username:
Password:

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

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

    No recent polls found