Thread Findet goto in der modernen Programmierung noch Verwendung? (13 answers)
Opened by roooot at 2010-11-23 23:32

pq
 2010-11-24 02:36
#143022 #143022
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
dann nimm mal noch folgendes in deinen vergleich mit rein:
&{ $case{rstr()} };

das vermeidet im gegensatz zum refcall mit pfeil wohl das kopieren von @_. hier mit perl 5.10.0 ist das sogar schneller als die goto-variante.
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 Findet goto in der modernen Programmierung noch Verwendung?