Thread Counter: zählen (15 answers)
Opened by Gast at 2006-02-13 17:36

renee
 2006-02-17 00:10
#62939 #62939
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
@opi: Warum nicht kürzer?

Code: (dl )
1
2
my @inhalt = grep{-f $pfad.'/'.$_}readdir(DIR);
my $counter = scalar(@inhalt);
;)
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 Counter: zählen