Thread activestate perl in windows - @ARGV geht nicht: @ARGV enthlt keine übergebenen Parameter (13 answers)
Opened by kann_kein_perl at 2005-11-01 11:57

kann_kein_perl
 2005-11-08 16:01
#59509 #59509
User since
2005-10-28
5 Artikel
BenutzerIn
[default_avatar]
Also bei mir sieht die shebang-Zeile folgendermassen aus:

Code: (dl )
#!C:\Perl\bin\perl.exe

Weiss nicht, ob sowas überhaupt funktioniert, die Datei Associations für .pl - Dateien sind bei mir auch auf C:\Perl\bin\perl.exe gesetzt.

Die Registry einträge sehen so aus:

Code: (dl )
1
2
3
4
5
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
"DefaultColor"=dword:00000000
"EnableExtensions"=dword:00000001
"PathCompletionChar"=dword:00000009


und..

Code: (dl )
1
2
3
4
5
6
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"AutoRun"=""
"CompletionChar"=dword:00000040
"DefaultColor"=dword:00000000
"EnableExtensions"=dword:00000001
"PathCompletionChar"=dword:00000040


Aber laufen wird das Prog. später eh' auf 'n Linux Rechner...

View full thread activestate perl in windows - @ARGV geht nicht: @ARGV enthlt keine übergebenen Parameter