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)
Comment on
Re: extra space with /
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.
[reply]
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)
[reply]
[d/l]
In Section
Seekers of Perl Wisdom