Thread use switch;: die Alternative zu if elsif else (10 answers)
Opened by pearl-man at 2006-07-05 17:28

pq
 2006-07-10 11:56
#67874 #67874
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
perldoc warnings:
Code: (dl )
1
2
3
       The "warnings" pragma is a replacement for the command line flag "-w",
      but the pragma is limited to the enclosing block, while the flag is
      global.  See perllexwarn for more information.
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 use switch;: die Alternative zu if elsif else