in reply to Re: Backtick execution with spaces in filename
in thread Backtick execution with spaces in filename

Sorry, but that won't work on Windows because the quoting on cmd.exe is picky compared to a UNIX shell. The following works:
perl -le "$f = qx/type \"this is a name.pl\"/;print $f"
  • Comment on Re^2: Backtick execution with spaces in filename (was: "Backtick execution with spaces in filename")
  • Download Code

Replies are listed 'Best First'.
Re^3: Backtick execution with spaces in filename (was: "Backtick execution with spaces in filename")
by cdarke (Prior) on Oct 09, 2006 at 08:25 UTC
    Sorry, I did not intend to be Anonymous above, my browser lost my login for some reason.