RE: File Upload Problems

2007-06-14 Thread Gerald Richter - ECOS GmbH
> I am using embperl and apache. When I try using the example > file distributed with embperl, namely upload.htm, I get the > following error display in the web browser: > > > > > Method Not Allowed > > > The requested method POST is not allowed for the URL > /file_upload.

RE: RE: error document

2007-06-14 Thread Gerald Richter - ECOS GmbH
Hi, > > I ran httpd on another port with -X, and it's somewhat interesting. > > When the first request to the httpd (started with -X) is for > a missing page or a page with error, I get bus error or > segmentation fault and apache dies. > > If the first request is a hit and successful, subseq

RE: Re: Embperl on Mac OS X ?

2007-06-14 Thread Gerald Richter - ECOS GmbH
> Gerald, > if I get a Mac and send you ssh access would you be willing > and have time looking into porting Embperl to MacOSX? > Also I don't use a Mac on my own, I really would like to see Embperl running on a Mac. Time is the problem, but if I have ssh access to a Mac I can at least try to

Re: Object Arrays & Dynamic Tables

2007-06-14 Thread Angus Lees
On 6/5/07, Gavin Spomer <[EMAIL PROTECTED]> wrote: Hi Folks, I have an array of "facet" objects called @facets. A "facet" object has a method called facet_name. I would like to output this using dynamic tables, instead of having to do an Embperl foreach loop. The following Embperl foreach loop