Thread Funktionsname in Variable: Wie geht das?
(8 answers)
Opened by pktm at 2005-10-26 00:12
[quote=betterworld,25.10.2005, 23:55][quote=pq,25.10.2005, 23:17][quote=pktm,25.10.2005, 22:12]Kann ich es irgendwie anstellen, dass ich so etwas in der Art $self->$funktionsname(); ans Laufen bekomme?[/quote]
ja, genau so. was hat dich gehindert, es auszuprobieren?[/quote] strict ;-)[/quote] kann nicht sein. $object->$method ist strict-safe. Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |