hi,
bei dir fehlt noch ein / nach dem bin.
schau hier das habe ich local gemacht auch cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
E:\PERL_PRGS\test>set path=D:\UTIL\PERL.580\bin\;
E:\PERL_PRGS\test>set pa
path=D:\UTIL\PERL.580\bin\;
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PL;
E:\PERL_PRGS\test>dir
Datenträger in Laufwerk E: ist E_HDD
Datenträgernummer: 9CF6-682B
Verzeichnis von E:\PERL_PRGS\test
17.10.2005 15:41 <DIR> .
17.10.2005 15:41 <DIR> ..
17.10.2005 15:41 <DIR> $log_dest
17.10.2005 15:41 <DIR> 2
17.10.2005 15:38 38 perl_ver.pl
1 Datei(en) 38 Bytes
4 Verzeichnis(se), 12.607.303.680 Bytes frei
E:\PERL_PRGS\test>perl_ver.pl
This is perl, v5.8.6 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)
Copyright 1987-2004, Larry Wall
Binary build 811 provided by ActiveState Corp. http://www.ActiveState.com
ActiveState is a division of Sophos.
Built Dec 13 2004 09:52:01
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
E:\PERL_PRGS\test>
und hier vom server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
E:\PERL_PRGS\test>set path=P:\CUTE_FUTURE\ARINC\USERS\LH\NT\TOOLS\PERL\BIN\;
E:\PERL_PRGS\test>dir
Datenträger in Laufwerk E: ist E_HDD
Datenträgernummer: 9CF6-682B
Verzeichnis von E:\PERL_PRGS\test
17.10.2005 15:41 <DIR> .
17.10.2005 15:41 <DIR> ..
17.10.2005 15:41 <DIR> $log_dest
17.10.2005 15:41 <DIR> 2
17.10.2005 15:38 38 perl_ver.pl
1 Datei(en) 38 Bytes
4 Verzeichnis(se), 12.607.303.680 Bytes frei
E:\PERL_PRGS\test>perl_ver.pl
This is perl, v5.6.0 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2000, Larry Wall
Binary build 616 provided by ActiveState Tool Corp. http://www.ActiveState.com
Built 13:47:17 Jul 14 2000
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5.0 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
E:\PERL_PRGS\test>
lediglich das script bliebt local aber ich verbiege NUR den path
aber mit bin/ am ende
gruss rambo