Thread Methodenaufruf anhand des Methodennamens "objektorientiert" (8 answers)
Opened by Daniel at 2009-12-09 15:21

renee
 2009-12-09 16:44
#129145 #129145
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Ich mache so etwas ganz gerne mit can:
Code (perl): (dl )
1
2
3
4
5
my $this = Klasse->new;
my $methodname = 'irgendwas';

my $sub = $this->can( $methodname );
$this->$sub() if $sub;
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Methodenaufruf anhand des Methodennamens "objektorientiert"