Thread strict will nicht: :( (12 answers)
Opened by Cooly at 2003-09-06 15:26

pq
 2003-09-06 16:51
#84369 #84369
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[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";
)[/quote]
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread strict will nicht: :(