Thread Perl mit Kommandozeilenprogramm kommunizieren (Windows) (79 answers)
Opened by bianca at 2013-09-10 13:07

GwenDragon
 2013-09-13 21:35
#170206 #170206
User since
2005-01-17
14536 Artikel
Admin1
[Homepage]
user image
Versuch mal folgendes:
Gehe in IPC::Cmd (also die Cmd.pm) in Zeile 235
Ersetze testweise
Code (perl): (dl )
            my $abs = File::Spec->catfile( IS_WIN32 ? Win32::GetShortPathName( $dir ) : $dir, $command);

druch
Code (perl): (dl )
            my $abs = File::Spec->catfile( IS_WIN32 ? Win32::GetShortPathName( $dir ) : Win32::GetANSIPathName($dir), $command);

Quelle: https://metacpan.org/source/BINGOS/IPC-Cmd-0.84/li...

Gehts dann?
die Drachin, Gwendolyn


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

View full thread Perl mit Kommandozeilenprogramm kommunizieren (Windows)