Thread windows attrib mit perl?
(40 answers)
Opened by bianca at 2009-10-10 12:31
Hmmm,
Code (perl): (dl
)
1 2 3 4 use Win32::File; my $test = Win32::File -> GetAttributes ("ftp.pl",ARCHIVE); print "test: >$test<\n"; exit(); bringt noch immer Code: (dl
)
Usage: Win32::File::GetAttributes(filename, attribs) at ftp.pl line 24. Dass die Konstanten importiert wurden hab ich durch ein erzwungenes Code: (dl
)
Subroutine DIRECTORY redefined 10 print "Hallo"
20 goto 10 |