Thread strict will nicht: :(
(12 answers)
Opened by Cooly at 2003-09-06 15:26
[quote=Cooly,06.09.2003, 13:26]das ganze script hängt nur mit use strict - und zwar da wo der hash deklariert wird (
Code (perl): (dl
)
our $coolhash{$file} = "$counts|$forsrc"; du kannst eine variable deklarieren und ihr auch gleichzeitig etwas zuweisen. hier deklarierst du sie (mit our()) und benutzt sie schon gleich. das geht nicht. 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 |