Subject: | barfs on spaces in .exe path ('C:\Program' is not recognized as an internal or external command,) |
This code:-
my $chart = Chart::Gnuplot->new(
gnuplot=> "C:\\Program Files (x86)\\gnuplot\\bin\\gnuplot.exe",
....
Causes this:-
C:\>perl gplt.pl
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
C:\>