Re: Suppressing Embperl warnings?

2003-01-08 Thread Gerald Richter
> > My problem is that many warnings about redefined subroutines (which I don't > care about) get outputted to my terminal window, obscuring the legitimate > warning and error messages. These messages look like: > A call to HTML::Embperl::Init('/dev/null') ; at the start of your script should s

Re: Is "last" supported in embperl loops?

2003-01-08 Thread Gerald Richter
Hi , > > Does newer versions of embperl support jumping out of a loops like > while .. endwhile , foreach endforeach , something > similar to "next" and "last" keywords in perl. > Yes, starting with 2.0b8 it supports last and next Gerald --

Re: Form Validate

2003-01-08 Thread Gerald Richter
> > After the form is validated, if it is successful, there are other functions > I would like it to call. For example, I want to disable the "Submit" button > after it is pressed, as to prevent duplicate submissions. Is there a way to > do this using form validate? > Currently you cannot add cust

question on multipart forms and %fdat

2003-01-08 Thread Keith Watanabe
i think this issue was discussed in the past, but i really didn't see a resolution in the mail archives so i might be covering grounds again. still i want to work through this problem with anyone else who encountered it and see what they did to solve it (if at all possible). Here's the issue.