Thread Brauche schnell hilfe if-schleife
(3 answers)
Opened by Gast at 2007-06-02 17:34 Code (perl): (dl
)
1 2 3 4 5 6 for my $datei( @dateien ){ my ($func,$param) = @ARGV; if( $func eq '-s' and index($datei,$param) != -1 ){ print $datei; } } P.S.: Es gibt kein if-Schleife ;) 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/ |