Thread Backquote unter Windows (16 answers)
Opened by tonewheel at 2015-01-20 23:11

GwenDragon
 2015-01-21 08:48
#179293 #179293
User since
2005-01-17
14533 Artikel
Admin1
[Homepage]
user image
Windows 7 x64:
Code (perl): (dl )
1
2
my $version = qx(VER);
say $version;

Microsoft Windows [Version 6.1.7601]

//EDIT:
cmd.exe ist auf einem 64bit Windows normalerweise unter:
C:\Windows\winsxs\wow64_microsoft-windows-commandprompt_31bf3856ad364e35_6.1.7601.17514_none_f387767e655cd5ab\cmd.exe
C:\Windows\SysWOW64\cmd.exe
C:\Windows\System32\cmd.exe


Wie ist denn der Pfad in deinem Perl-Programm?
Code (perl): (dl )
say $ENV{PATH};


Und hast du ein 32bit oder 64bit-Perl?
Last edited: 2015-01-21 09:07:44 +0100 (CET)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Backquote unter Windows