On Mon, 27 Sep 2004 14:46:52 +0200, Offer Kaye wrote:
>
> system("c:\some\ spaced\ cmdname")
>
Drats, I forgot this is Windows- a backspace will just be interpreted
as the path seperator.
Hmm, try using File::Spec or Path::Class - perhaps they will help.
Regards,
--
Offer Kaye