RE: EmbPerl 1.20 hash/href problem?

1999-11-29 Thread Gerald Richter
> > The following testcast fails under 1.20. Basically, if there is a hash > deref inside an HREF tag, without quotes, you get the following error: > > [27723]ERR: 13: Line 4: Missing right +] > > If you quote the HREF or create a temporary variable to hold the > hash deref > everything works fin

Re: EmbPerl 1.20 hash/href problem?

1999-11-29 Thread James Sheridan-Peters
> I know this problem. As you write above, writing > > Link > > will solve the problem. Because parser tries to find the end of the HREF arg > and if not quoted the end is after the first space or when he finds a >. > Because the quoting doesn't hurt (as far as I see) I haven't changed this > unti

RE: EmbPerl 1.20 hash/href problem?

1999-11-29 Thread Gerald Richter
> > Is this, or will this be, documented somewhere? I don't think so :-( > Seeing as it is a kludge, > even if it does help performance somewhat, is this going to be > fixed in the > future or is this Working As Designed? Any chance of having the "end of > tag" logic changed to ignore character

EmbPerl 1.20 hash/href problem?

1999-11-29 Thread James Sheridan-Peters
The following testcast fails under 1.20. Basically, if there is a hash deref inside an HREF tag, without quotes, you get the following error: [27723]ERR: 13: Line 4: Missing right +] If you quote the HREF or create a temporary variable to hold the hash deref everything works fine. What follows