Thread windows attrib mit perl? (40 answers)
Opened by bianca at 2009-10-10 12:31

bianca
 2009-10-10 13:20
#126815 #126815
User since
2009-09-13
6978 Artikel
BenutzerIn

user image
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
sichergestellt.
10 print "Hallo"
20 goto 10

View full thread windows attrib mit perl?