in reply to Re: detecting running environment, windows
in thread detecting running environment, windows
thanks for the hide.. I don't get the child window, but also stdin doesn't work.. will look thru the rest of run3..my $r = ref $cmd ? system { $cmd->[0] } is_win32 ? map { # Probably need to offer a win32 escaping # option, every command may be different. ( my $s = $_ ) =~ s/"/"""/g; $s = qq{"$s"}; $s; } @$cmd : @$cmd : system $cmd;
|
|---|