in reply to extra space with /

Did you retype this or cut'n'paste? As is, that works fine for me. Did you get DOS'ed and confused and 'backwhack' (\ vs /) something like I always do under Windows?

--
$you = new YOU;
honk() if $you->love(perl)

Replies are listed 'Best First'.
Re: Re: extra space with /
by malaga (Pilgrim) on Apr 03, 2001 at 10:39 UTC
    yes, the slashes are printing out correctly. the path is perfect except that little space.
      Add a debuging print line that does: print join('#','\n',$var1,$var2,$var3,$etc,"\n"); and look for spaces in the text.

      --
      $you = new YOU;
      honk() if $you->love(perl)