Thread Stilfrage zum Klassenentwurf
(10 answers)
Opened by rosti at 2011-05-15 19:33 2011-05-15T19:26:34 rosti "muss" nicht unbedingt. my $output = "... @{[ $date->day ]} ..."; oder my $output = "... ${ \$date->day } ..."; 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 |