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

Re^2: Can a Perl module "inspect" itself and provide details about methods and parameters?

by Your Mother (Archbishop)
on Sep 22, 2019 at 23:46 UTC ( [id://11106555]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use 5.10.0;
    package DoReMe {
        use Moo;
    ...
    use Devel::Symdump;
    my $obj = Devel::Symdump->rnew("DoReMe");
    say join $/, $obj->functions;
    
  2. or download this
    BUILDALL
    BUILDARGS
    DEMOLISHALL
    ...
    --
    DoReMe::new
    DoReMe::solfege
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-25 20:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found