Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Devel::Symdump and symbol table woes

by bpphillips (Friar)
on Nov 10, 2005 at 15:13 UTC ( [id://507395]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package private;
    our $my_scalar = 'my scalar';
    ...
    ARRAYS => private::my_array
    SCALARS => private::my_scalar, private::my_array, private::my_hash
    HASHES => private::my_hash
    
  2. or download this
    package private;
    our $my_scalar = 'my scalar';
    ...
    # prints the following
    ARRAY portion of a scalar glob: $VAR1 = undef;
    SCALAR portion of an array glob: $VAR1 = \undef;
    

Log In?
Username:
Password:

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

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

    No recent polls found