Thread File::stat - stat() liefert keine Werte (10 answers)
Opened by crojay at 2011-12-28 14:29

Linuxer
 2011-12-28 14:38
#155125 #155125
User since
2006-01-27
3890 Artikel
HausmeisterIn

user image
prüfe stat() doch mal auf Erfolg.

Code (perl): (dl )
my @fileProps = stat( $file )    or die "stat $file: $!\n";

meine Beiträge: I.d.R. alle Angaben ohne Gewähr und auf Linux abgestimmt!
Die Sprache heisst Perl, nicht PERL. - Bitte Crossposts als solche kenntlich machen!

View full thread File::stat - stat() liefert keine Werte