Thread directory chronologisch auslesen (31 answers)
Opened by hudo at 2003-11-28 13:29

hudo
 2004-01-14 17:40
#73124 #73124
User since
2003-11-20
72 Artikel
BenutzerIn
[default_avatar]
@crian:
Ja natuerlich, das GANZE ist die touch-emulation:

Code: (dl )
1
2
3
4
5
6
7
if ( -s $file ) {
print "prima, $file is schon da und enthaelt mehr als 0 Byte";
} else {
print "$file existiert nicht !!";
open(FILE, ">$file") || die $!;
close(FILE);
}


@Dubu:
Ups, da muss meine Konstruktion passen.


Also wie macht man mit perl ein !! RICHTIGES !! touch

View full thread directory chronologisch auslesen