Hi there,

On Tue, 23 Jan 2001, isaac wrote:

> Has anyone noticed that they get errors when trying to use else or elsif
> statements with Apache::ASP.

Nope.

> If I form my statements like this:
> 
> <% if($foo eq Œbar¹){ %>
>     <p>bar
> <% } %>
> <% elsif($foo eq Œbar2¹){ %>
>     <p>bar2
> <% } %>

Hmmm.  What's this \214 and \271 stuff?
Don't use extended character sets in your code.

> syntax error at (eval 28498) line 39, near "; elsif" (Might be a runaway
> multi-line '' string starting on line 38) ,

I think it's trying to tell you...

73,
Ged.


Reply via email to