Thread 6 Arrays in Modul übergeben
(10 answers)
Opened by -Sven- at 2003-10-20 14:53
[quote=Crian,20.10.2003, 15:55]Warum? Ich hab in meinen OO-Modulen auch Prototypen drin, man muss natürlich auf das "self" als ersten Parameter achten...
Oder werden die Prototypen einfach ignoriert?[/quote] ein aufruf wie $object->method(...) ignoriert prototypen. Package::method($object, ...) beachtet prototypen, aber das ist dann nicht mehr wirklich objekt-orientiert... 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 |