Thread Perl +OOP (26 answers)
Opened by [HR]Doomrunner at 2003-10-01 14:23

pq
 2003-10-23 14:09
#59460 #59460
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
[quote=Crian,23.10.2003, 11:18]
Code: (dl )
1
2
sub _property ($$;$) {
    my $self   = shift;    # object
[/quote]
und die prototypen kannst du gleich rausnehmen, das haben wir ja gestern
gelernt, dass die hier nichts bewirken =)
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Perl +OOP