Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Help.pm automatically explains how to use misused objects

by lodin (Hermit)
on Jan 12, 2008 at 08:09 UTC ( [id://662042]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    use mro;          # Make next::can available.
    ...
    
      ...;
    }
    
  2. or download this
    my %known_method;
    
    ...
        $known_method{$name} ||= $class;
      }
    }
    
  3. or download this
    use Devel::Symdump;
    
    ...
      grep $_ ne __PACKAGE__,
      @{mro::get_linear_isa($class)}
    ;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found