Re: Global 'use strict' in 2.x

2002-11-05 Thread Gerald Richter
> Hi Gerald, I'm trying to enforce 'use strict' in my [$ sub $] routines for > 2.0b8. Is there any way to tell Embperl to use strict in every [$ sub $] without > having to do something like the following? > > [$ sub hello $] >[* use strict; my ($self, $name) = @_; *] >Hello [+ $name +]

Re: 2.0b8: MailFormTo and strange crashes

2002-11-05 Thread Gerald Richter
> When I try to call MailFormTo I get the following error: > This is already fixed in the cvs version. I send it to you per private mail > > Another strange behavior (probably unrelated, but you never know): I notice that > when I have tried to use Embperl 2.x along with the old HTML::Embperl,

Re: I17n && submit

2002-11-05 Thread Gerald Richter
> EmbPerl 2.x > > I'd like to prepare my application for several languages. If I have these > submit buttons: > > > > > > What would I get back in $fdat{submit} if it is in Danish and I push on the > Update ("Opdater") button? > It will be "Opdater". You can do [$ if $fdat{submit} eq $r -> get

I17n && submit

2002-11-05 Thread Kaare Rasmussen
EmbPerl 2.x I'd like to prepare my application for several languages. If I have these submit buttons: What would I get back in $fdat{submit} if it is in Danish and I push on the Update ("Opdater") button? Will it be Update? Will it be Opdater? If so, any way to do the correct comparison?

RE: Display Blob from database

2002-11-05 Thread Kee Hinckley
At 5:36 PM -0800 11/4/02, Andrew Lim wrote: I need to do this thing pretty soon for my new project. I still don't get this instruction. Specially how to "SPIT out" image from DB and while() part. Can you give us more detailed explanation? Not really, since I don't know what API you are using to