Thread @ in Variablen
(32 answers)
Opened by Knowbody at 2009-11-03 15:53
um das mal zu demonstrieren:
Code: (dl
)
1 Possible unintended interpolation of @bar in string at - line 3. das nenn ich doch mal eine hilfreiche fehlermeldung/warnung. wenn du dann noch nicht weisst, was "interpolation" bedeutet, kannst du das ja nachschlagen. also, ab sofort nur noch mit strict arbeiten. edit: use warnings 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 |