Thread FastCGI/FCGI - Error-Routine (20 answers)
Opened by Froschpopo at 2012-03-12 15:58

pq
 2012-03-13 17:08
#156823 #156823
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
das gilt nicht für aufrufe von warn().
Code: (dl )
1
2
3
4
5
$ perl -wE'
use warnings FATAL => "all";
int(23);
say "ok";'
Useless use of a constant in void context at -e line 3.
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 FastCGI/FCGI - Error-Routine