Thread File::Find Probleme (38 answers)
Opened by HeLLo1001W at 2012-11-27 11:10

HeLLo1001W
 2012-11-27 12:53
#163640 #163640
User since
2012-11-27
19 Artikel
BenutzerIn
[default_avatar]
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
image/jpeg
669 x 1080
fehler.jpg
fehler.jpg

View full thread File::Find Probleme