Thread barewords? (8 answers)
Opened by shaihulud at 2006-06-08 16:31

pq
 2006-06-08 17:57
#67119 #67119
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
my @monate = (jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec);
alles außer 'oct' sind barewords. oct() selbst ist eine perl-funktion. wegen
obigem beispiel sollte man sowas nicht machen. strict meckert da sowieso.
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 barewords?