Thread Methodenaufruf anhand des Methodennamens "objektorientiert"
(8 answers)
Opened by Daniel at 2009-12-09 15:21
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/ |