Thread
if statement: check ob multiple files lesbar sind
(12 answers)
Opened by
suresh
at
2010-12-09 15:03
moritz
2010-12-09 15:25
User since
2007-05-11
923 Artikel
HausmeisterIn
Noch eine moegliche Loesung:
Code (perl): (
dl
)
1
2
3
4
5
use
List
::
MoreUtils
qw
(
all
);
if
(
all
{
-
r
}
glob
'*file*'
)
{
...
}
Perl 6 - Perls Zukunft
View full thread
if statement: check ob multiple files lesbar sind