Thread File::Find Probleme
(38 answers)
Opened by HeLLo1001W at 2012-11-27 11:10
1.
Anhang 2. Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 #!/usr/bin/perl -w #Libaries use strict; use warnings; use Cwd; binmode(STDIN, ":encoding(cp437)"); binmode(STDOUT, ":encoding(cp437)"); system('cls'); chdir "K:/server1/images/" || die "$!"; print cwd(); Anhänge |