Thread Brauche schnell hilfe if-schleife (3 answers)
Opened by Gast at 2007-06-02 17:34

renee
 2007-06-02 17:52
#77195 #77195
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
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/

View full thread Brauche schnell hilfe if-schleife