in reply to Re: extra space with /
in thread extra space with /

yes, the slashes are printing out correctly. the path is perfect except that little space.

Replies are listed 'Best First'.
Re: Re: Re: extra space with /
by extremely (Priest) on Apr 03, 2001 at 10:46 UTC
    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)