Re: CGI path with spaces

2003-01-08 Thread R. Joseph Newton
Paul, Don't use physical paths, and don't use spaces in the folder names within your virual web trees. Neither is portable, so either will box your code in. The advantage is that you canuse the same code on Unix without having to rewrite. I would also recommend using forward slashes whereve

RE: CGI path with spaces

2003-01-08 Thread Paul Kraus
Figured it out. I had to change the command to perl "%s" %s > -Original Message- > From: Paul Kraus [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 08, 2003 9:46 AM > To: Perl > Subject: CGI path with spaces > > > After getting it all working I created a new virtual > directory.