>
> 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
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
--
>
> 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
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.