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

pq
 2009-10-10 16:58
#126854 #126854
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
k.a. das modul ist lausig dokumentiert.
probier mal stattdessen GetAttributes($file, my $attributes);
und dann teste, was $attributes enthaelt.
ich hab keine ahnung, ob das funktionieren sollte, aber anscheinend muss das zweite argument das resultat sein.
Code (perl): (dl )
1
2
3
4
GetAttributes($file, my $attributes);
if ( $attributes | ARCHIVE() ) {
...
}
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread windows attrib mit perl?