Re: Using %fdat inside a url - embperl 1.3.3

2002-05-29 Thread Gerald Richter
> At 6:44 AM +0200 5/24/02, Gerald Richter wrote: > >[+ $foo +] > > Urgh. I thought about doing that a dozen times and just assumed that > the variable would go out of scope before you evaluated the return > value. Yes, that's true. The variable goes out of scope, but Embperl stores the value

Re: Using %fdat inside a url - embperl 1.3.3

2002-05-29 Thread Kee Hinckley
At 6:44 AM +0200 5/24/02, Gerald Richter wrote: >[+ $foo +] Urgh. I thought about doing that a dozen times and just assumed that the variable would go out of scope before you evaluated the return value. Thanks. -- Kee Hinckley - Somewhere.Com, LLC http://consulting.somewhere.com/ I'm not

Re: DBIx::Recordset and MySQL FullText Search

2002-05-29 Thread Kee Hinckley
At 8:11 PM +0200 5/25/02, Gerald Richter wrote: > > Before I reinvent the wheel--has anyone done any work integrating >> MySQL's fulltext search into DBIx::Recordset. >> > >I am not working on that, also I have a set of patches here (nothing related >to fulltext search), that I want to integrate

Re: error 500 + nice error message

2002-05-29 Thread Cameron McBride
> Is there a way to display a nice (static html) error message when some > embperl page gives Internal Server error message. > I am using .htaccess and ErrorDocument. > When plain perl file gives a 500 then it is working, but when embperl page > gives error 500 then it won't work. hmmm, what vers