Thread Fehler überprüfung
(11 answers)
Opened by aspnstyle at 2008-03-20 16:04
Hier noch ein Beispiel mit Schleife...
Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 11 #!/usr/bin/perl use strict; use warnings; for(0..9) { eval{ die 7 if $_ == 7; print $_,"\n"; } or do{ next; }; } OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/) -- Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html Perl-Entwicklung: http://perl-services.de/ |