Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: wxperl_usage / wxperl-usage / wxPerl::Usage / Class Method Browser , available methods, method invocation syntax, link to docs

by Anonymous Monk
on Apr 11, 2013 at 09:36 UTC ( [id://1028106]=note: print w/replies, xml ) Need Help??


in reply to wxperl_usage / wxperl-usage / wxPerl::Usage / Class Method Browser , available methods, method invocation syntax, link to docs

fixup wxDocsUrlTrunk
sub wxDocsUrlTrunk { my( $name ) = @_; my @class = split /::/, $name; my $classmethod = lc join '_', @class; my $method = pop @class; my $classname = lcfirst join '', @class; $classname =~ s/([A-Z])/_\l$1/g; my $href = "http://docs.wxwidgets.org/trunk/class$classname.html"; $classname = lcfirst join '', @class; qq{<a href="$href">${classname}::$method</a>}; }
  • Comment on Re: wxperl_usage / wxperl-usage / wxPerl::Usage / Class Method Browser , available methods, method invocation syntax, link to docs
  • Download Code

Log In?
Username:
Password:

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

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

    No recent polls found