Tach,
Hmm, mit Perl geht das ;)
wie?
Z.B. mit IO::File
open( FILENAME [,MODE [,PERMS]] )
my $fh = new IO::File;
$fh->open('myfile', O_CREAT, 0644);
Hotti
Tach,
Hmm, mit Perl geht das ;)
wie?
Z.B. mit IO::File
open( FILENAME [,MODE [,PERMS]] )
my $fh = new IO::File;
$fh->open('myfile', O_CREAT, 0644);
Hotti