Leser: 2
|< 1 2 >| | 15 Einträge, 2 Seiten |
QuoteIf you run Perl at the command prompt, the script will be executed by the first Perl.exe it encounters in the list of paths in the PATH environment variable. To ensure the script is executed by the Perl interpreter of your choice, specify the complete path to the Perl.exe you want to use. (Typing perl -v at the command prompt will tell you which version of Perl is currently first in your PATH)
Linuxer+2008-11-21 10:51:16--Wenn Du vom Default C:\Perl\ abgewichen bist, dann wirst Du Dich erinnern müssen, wo Du es installiert hast.
GwenDragon+2008-11-21 11:24:00--
Perl="C:\Perl\bin\perl.exe" "%1" %*
havi+2008-11-21 16:47:33--GwenDragon+2008-11-21 11:24:00--
Perl="C:\Perl\bin\perl.exe" "%1" %*
Waere nicht so toll...
"C:\Perl\bin\perl.exe" %1 %* waere besser bzw. richtig!
|< 1 2 >| | 15 Einträge, 2 Seiten |