Thread barewords?
(8 answers)
Opened by shaihulud at 2006-06-08 16:31
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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |