Thread Fehlermeldung bei use constant mit mod_perl *was:security
(7 answers)
Opened by bieber at 2009-02-03 09:19
oder noch ne variante wegen dem "Prototype mismatch": du hast icht zufällig auch noch
im selben skript bzw. package eine eigene subroutine namens SECURITY? das solltest du tunlichst lassen, weil eine konstante, wie ich oben erwähnt habe, auch eine subroutine ist. edit: äh ja, das ist wohl das wahrscheinlichste: Code: (dl
)
1 $ perl -wle' 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 |