Joe Orton wrote:
>> 
>> my $lib = catfile Apache::Test::vars('top_dir'), qw(Apache-Test lib);
>> my $cmd = "$^X -Mlib=$lib $file";

i don't think catfile does things like space-escaping, so wouldn't

my $lib = catfile Apache::Test::vars('top_dir'), qw(Apache-Test lib);
my $cmd = "$^X -Mlib=\"$lib\" $file";

be better for things that might be in (for instance) "C:\Program Files\foo" ?
-- 
#ken    P-)}

Ken Coar, Sanagendamgagwedweinini  http://Ken.Coar.Org/
Author, developer, opinionist      http://Apache-Server.Com/

"Millennium hand and shrimp!"

Reply via email to