Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Graph your Perl inheritance structure

by Hofmator (Curate)
on Jun 14, 2001 at 13:58 UTC ( [id://88343]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    delete($opts{l}); ## was: delete($opts{L});
    
  2. or download this
    # was: if (/@(?:([[:word:]:]+)::)?ISA\s*=\s*(.*)\s*/) 
    if (/(?<!\\)@(?:([[:word:]:]+)::)?ISA\s*=\s*(.*)/)
    
  3. or download this
    while (!/;/)    # accumulate ISA value for multiple lines
    {
    ...
    @isa = eval $tmp;
    # was: if ($@) { warn "Unparseable \@ISA line: $_"; next };
           if ($@) { warn "Unparseable \@ISA line: $tmp"; next };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 03:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found