Thread Variablendeklaration
(6 answers)
Opened by the_brain at 2005-06-19 11:50
my ($var1, $var2, $var3);
ist prima. so werden die variablen erstellt und auf undef gesetzt. 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 |