<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/images/lists/rssstyle2.xsl"?>
<rss version="2.0">
<channel>
<title>ModPerl | Embperl</title>
<description>Mailing List Archive by Gossamer Threads</description>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/</link>
<language>en-us</language>
<copyright>(c) Gossamer Threads Inc. All rights reserved.</copyright>
<lastBuildDate>08 Nov  2009 11:52:01 -0800</lastBuildDate>
<ttl>120</ttl>
<image>
<title>Gossamer Threads | ModPerl | Embperl</title>
<width>75</width>
<height>23</height>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/</link>
<url>http://www.gossamer-threads.com/images/lists/rss_logo.jpg</url>
</image>
<item>
<title>Re: AW: FastCGI deployment</title>
<description>Hi Gerald! It is API compatible, so yes it does work. I use it with Catalyst without a problem. Can you provide me a sample config for mod_fastcgi?</description>
<pubDate>27 Oct  2009 02:09:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100577</link>
</item><item>
<title>AW: FastCGI deployment</title>
<description>Hi, I never have used mod_fcgid. Maybe it does not work together with FCGI.pm, which is used by embpfastcgi.pl Gerald -----Ursprüngliche Nachricht-</description>
<pubDate>24 Oct  2009 15:32:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100568</link>
</item><item>
<title>FastCGI deployment</title>
<description>Hi! I&amp;#039;ve migrated my current mod_perl setup to mod_fcgid (not fastcgid, because fcgid is included in Debian) today but the processes terminate as soo</description>
<pubDate>19 Oct  2009 11:12:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100526</link>
</item><item>
<title>Re: sub BEGIN in embperl ?</title>
<description>Dirk Melchers a écrit : &amp;gt; We &amp;#039;use lib &amp;quot;xxx&amp;quot;&amp;#039; in our startup.pl and that works. &amp;gt; &amp;gt; But be careful: the used libs are only compiled once and available</description>
<pubDate>19 Oct  2009 04:19:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100524</link>
</item><item>
<title>Re: sub BEGIN in embperl ?</title>
<description>Hi, Am 19.10.2009 um 12:45 schrieb Jean-Christophe Boggio: &amp;gt; Hello, &amp;gt; &amp;gt; I wish to &amp;quot;use&amp;quot; some library that is not located on the PATH so &amp;gt; I try this</description>
<pubDate>19 Oct  2009 04:03:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100523</link>
</item><item>
<title>sub BEGIN in embperl ?</title>
<description>Hello, I wish to &amp;quot;use&amp;quot; some library that is not located on the PATH so I try this kind of code inside my base.epl : sub BEGIN {     my $script =</description>
<pubDate>19 Oct  2009 03:45:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100522</link>
</item><item>
<title>RE: Compiling Embperl</title>
<description>Soltan, I would be interested in hearing about an easy way to get Embperl and XALAN running on an RPM-based system (without sources). To get things</description>
<pubDate>16 Oct  2009 13:18:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100518</link>
</item><item>
<title>Re: Compiling Embperl</title>
<description>Hi Ed, I am still looking for the solution. Please find below the output of  Makefile.PL, it shows that mod_perl is properly installed but could fin</description>
<pubDate>16 Oct  2009 11:38:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100517</link>
</item><item>
<title>RE: 9999: Error (no description) Unstructured forward jump</title>
<description>George, To save searching through the docs, here&amp;#039;s how to turn off embperl&amp;#039;s form/table/html parsing and just process the various types of code block</description>
<pubDate>12 Oct  2009 13:52:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100494</link>
</item><item>
<title>Re: 9999: Error (no description) Unstructured forward jump</title>
<description>I guess it won&amp;#039;t complain if you can run the loops and assemble an output table string, inside a [- -] block, and then output the obtained string wi</description>
<pubDate>12 Oct  2009 09:57:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100492</link>
</item><item>
<title>Re: 9999: Error (no description) Unstructured forward jump</title>
<description>Actually, it wouldn&amp;#039;t generate imbalanced tags - the final if has additional logic to balance the last row - but it does trigger EmbPerl&amp;#039;s imbalanced</description>
<pubDate>09 Oct  2009 06:36:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100488</link>
</item><item>
<title>RE: 9999: Error (no description) Unstructured forward jump</title>
<description>It is complaining because your code would create unbalanced &amp;lt;TR&amp;gt;&amp;lt;/TR&amp;gt; tags. Why are you writing &amp;lt;TR&amp;gt; when the modulus is 0 but writing &amp;lt;/TR&amp;gt; if modul</description>
<pubDate>08 Oct  2009 13:41:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100483</link>
</item><item>
<title>ERR: 9999: Error (no description) Unstructured forward jump</title>
<description>Hello! I have Apache2.2 with mod_perl and Embperl2.3. The following script does not work:     &amp;lt;!DOCTYPE html PUBLIC -//W3C//DTD HTML 4.0 Transit</description>
<pubDate>08 Oct  2009 13:16:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100482</link>
</item><item>
<title>Re: Compiling Embperl</title>
<description>All perl packages which are provided by your distribution should put their perl modules in one of the vendor_perl directories (excluding, of course, t</description>
<pubDate>07 Oct  2009 14:09:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100481</link>
</item><item>
<title>Re: Compiling Embperl</title>
<description>Hi Gerald I believe mod_perl is installed correctly. Here I have the content of the @INC /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-mul</description>
<pubDate>06 Oct  2009 14:55:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100480</link>
</item><item>
<title>RE: Compiling Embperl</title>
<description>Hi, Apache::src is part of mod_perl 1, since you use mod_perl 2, it seems that mod_perl 2 is not detected by Makefile.PL. Maybe it is not fully/corre</description>
<pubDate>02 Oct  2009 02:38:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100454</link>
</item><item>
<title>Compiling Embperl</title>
<description>Hi I am trying to build Embperl 2.2.0 on Fedora 10 and I get the error &amp;quot;Can&amp;#039;t locate Apache/src.pm in @INC&amp;quot; I am using: httpd-2.2.10 mod_perl-2.0.4</description>
<pubDate>30 Sep  2009 14:10:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100450</link>
</item><item>
<title>RE: Gerald: please update module to include patch for CGI.pm 3.38+</title>
<description>&amp;gt; Richter, Gerald wrote: &amp;gt; &amp;gt; The best would be, if we had a packages maintainers for the main &amp;gt; &amp;gt; distrubtions (like Debian, SUSE, RedHat etc.) which</description>
<pubDate>20 Sep  2009 16:21:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100390</link>
</item><item>
<title>Re: Gerald: please update module to include patch for CGI.pm 3.38+</title>
<description>Richter, Gerald wrote: &amp;gt; The best would be, if we had a packages maintainers for the main &amp;gt; distrubtions (like Debian, SUSE, RedHat etc.) which knows</description>
<pubDate>20 Sep  2009 10:02:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100389</link>
</item><item>
<title>Re: Gerald: please update module to include patch for CGI.pm 3.38+</title>
<description>Hi Gerald, Thanks for the advice. What I may do is try to install again from scratch on Centos 5 and show you my errors as I go. That is, of course</description>
<pubDate>20 Sep  2009 07:45:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100388</link>
</item><item>
<title>Re: Gerald: please update module to include patch for CGI.pm 3.38+</title>
<description>Hi Chris, I think Neil has done a good explaination what can be done, so that a site scales better. Regardings the installation issues. The Problem</description>
<pubDate>20 Sep  2009 05:24:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100386</link>
</item><item>
<title>welcome back Gerald</title>
<description>Hi Gerald, Just a quick note to say that I am also very glad to see you back, not only for my personal reasons (I use Embperl for my band&amp;#039;s website)</description>
<pubDate>18 Sep  2009 12:16:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100385</link>
</item><item>
<title>Re: Gerald: please update module to include patch for CGI.pm 3.38+</title>
<description>Chris Denman wrote: &amp;gt; I made a utility for Twitter that went viral for a week - my server &amp;gt; took 30,000 hits in a few hours. Of course, it crashed.</description>
<pubDate>18 Sep  2009 09:10:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100360</link>
</item><item>
<title>Re: Gerald: please update module to include patch for CGI.pm 3.38+</title>
<description>Hi Gerald, For someone like me who is more of an enthusiast rather than expert (I play and use a lot of trial and error) I find installing Embperl re</description>
<pubDate>18 Sep  2009 02:35:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100346</link>
</item><item>
<title>Re: Gerald: please update module to include patch for CGI.pm 3.38+</title>
<description>2009/9/17 Michael Stevens &amp;lt;michael.stevens@dianomi.com&amp;gt; &amp;gt; Gerald, &amp;gt; &amp;gt; I&amp;#039;ve attached my diff below. It&amp;#039;s mainly from the previous mailing list &amp;gt; post:</description>
<pubDate>17 Sep  2009 21:53:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100343</link>
</item><item>
<title>RE: Sort Keys of Hash Printed via dump</title>
<description>It worked. Thanks. -----Original Message----- From: Gerald Richter [mailto:gerald.richter@ecos.de] Sent: Thursday, September 17, 2009 4:41 AM To: An</description>
<pubDate>17 Sep  2009 08:20:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100323</link>
</item><item>
<title>RE: Sort Keys of Hash Printed via dump</title>
<description>Hi, Since [$ dump $] uses data::dumper, it should be enougth to set $Data::Dumper::Sortkeys=1; But I haven&amp;#039;t tested it Gerald  &amp;gt; -----Original Me</description>
<pubDate>17 Sep  2009 04:41:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100319</link>
</item><item>
<title>RE: Gerald: please update module to include patch for CGI.pm 3.38+</title>
<description>Hi Michael, Can you send me an diff of all your changes against the last version of Embperl? Please send it to my private email, not to the list Th</description>
<pubDate>17 Sep  2009 04:39:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100320</link>
</item><item>
<title>Re: Gerald: please update module to include patch for CGI.pm 3.38+</title>
<description>I&amp;#039;ve got a version that should work on github: http://github.com/mstevens/embperl-fork But it&amp;#039;s in no way an official release. 2009/9/17 Hoenie Luk</description>
<pubDate>17 Sep  2009 02:06:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100315</link>
</item><item>
<title>Gerald: please update module to include patch for CGI.pm 3.38+</title>
<description>Hi Gerald, Can you please issue an update of Embperl to include the patch required to work with CGI.pm 3.38+ for multipart/form-data? I am on a sha</description>
<pubDate>16 Sep  2009 23:27:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100310</link>
</item><item>
<title>Segfault while accessing dir_config() from within Embperl</title>
<description>Hi,  I&amp;#039;m receiving a frequent, but not continuous segfault when I attempt to access $req_rec-&amp;gt;dir_config() from within an executed Embperl template.</description>
<pubDate>08 Sep  2009 16:43:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100226</link>
</item><item>
<title>RE: Sort Keys of Hash Printed via dump</title>
<description>&amp;gt; -----Original Message----- &amp;gt; From: Thompson, John [mailto:jthomp@midwestern.edu] &amp;gt; Sent: Thursday, 3 September 2009 6:07 AM &amp;gt; &amp;gt; Is there any varia</description>
<pubDate>02 Sep  2009 20:21:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100199</link>
</item><item>
<title>Sort Keys of Hash Printed via dump</title>
<description>Is there any variable that I can set that would tell dump to sort the keys of a hash alphabetically (Like Data::Dumper)?   John Thompson Administra</description>
<pubDate>02 Sep  2009 13:07:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/100198</link>
</item><item>
<title>Getting Embperl 2.3.0 to install on recent perl</title>
<description>Hi. I&amp;#039;m trying to get Embperl to install cleanly on new-ish perls. I&amp;#039;ve put up a git repository at: http://github.com/mstevens/embperl-fork/tree/mas</description>
<pubDate>30 Jun  2009 08:28:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99903</link>
</item><item>
<title>RE: %fdat for select w/ multiple values</title>
<description>Hi Everyone, We have been using embperl since 1999 and use it in medium to large sites and, as mentioned, it works wonderfully. Sadly though, I have</description>
<pubDate>21 May  2009 14:52:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99774</link>
</item><item>
<title>Re: %fdat for select w/ multiple values</title>
<description>Hi list,  Am 21.05.2009 um 17:42 schrieb Williams, David G. (HQ-JF000)[.INDYNE  INC]: &amp;gt; &amp;gt; I second Michael&amp;#039;s warning. Don&amp;#039;t go there. &amp;gt;  Yes, at</description>
<pubDate>21 May  2009 13:36:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99772</link>
</item><item>
<title>RE: %fdat for select w/ multiple values</title>
<description>I second Michael&amp;#039;s warning. Don&amp;#039;t go there.  -----Original Message----- From: Michael Smith [mailto:smithm@gmail.com] Sent: Thursday, May 21, 2009</description>
<pubDate>21 May  2009 08:42:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99769</link>
</item><item>
<title>Re: %fdat for select w/ multiple values</title>
<description>Hi John, I wrote up a little demo that should help: http://dev2.savingforchildren.co.uk/mjs/jttest.epl A word of warning though - if you&amp;#039;re thinkin</description>
<pubDate>21 May  2009 02:43:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99766</link>
</item><item>
<title>%fdat for select w/ multiple values</title>
<description>I would like to know how Embperl stores the data if multiple values are selected. For instance if you have selected multiple values from a select box</description>
<pubDate>20 May  2009 14:39:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99765</link>
</item><item>
<title>Re: Embperl 2.3.0 install: make test fails</title>
<description>On Thu, 14 May 2009, Ed Grimm wrote: &amp;gt; To clarify, the software stacks are kinda tied together, &amp;gt; dependency-wise: &amp;gt; &amp;gt; Embperl 1.3.x goes with perl-</description>
<pubDate>14 May  2009 13:14:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99759</link>
</item><item>
<title>Replace HTML::Embperl with Embperl?</title>
<description>We have a site using HTML::Embperl under mod_perl in Apache 1.x - is it possible to &amp;quot;PerlHandler Embperl&amp;quot; as a drop-in replacement?  -- Aj.  -----</description>
<pubDate>14 May  2009 08:56:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99758</link>
</item><item>
<title>Embperl 2.3.0 install: make test fails</title>
<description>So now Im trying to build Embperl and during the make test phase I see this: #77 post.htm...        ok #78 upload.htm...       Error in</description>
<pubDate>14 May  2009 08:40:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99757</link>
</item><item>
<title>Error building HTML-Embperl</title>
<description>Let me prefix this by saying, yes I know its old but Im dealing with legacy code here that we must keep running until we&amp;#039;ve finished our re-write.</description>
<pubDate>14 May  2009 08:01:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99756</link>
</item><item>
<title>Re: Execute() and App objects</title>
<description>Andrew; Thanks for the suggestion. I had tried using Execute with the subreq option, but I had problems, which might be related to our using FastCG</description>
<pubDate>03 Apr  2009 10:15:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99503</link>
</item><item>
<title>RE: Execute() and App objects</title>
<description>Hi Doug, &amp;gt; From within one request, I&amp;#039;m trying to Execute() an HTML &amp;gt; template from &amp;gt; another part of the application. That template is dependent</description>
<pubDate>02 Apr  2009 15:19:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99487</link>
</item><item>
<title>Execute() and App objects</title>
<description>From within one request, I&amp;#039;m trying to Execute() an HTML template from another part of the application. That template is dependent on App object me</description>
<pubDate>02 Apr  2009 12:12:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99481</link>
</item><item>
<title>RE: Embperl Status</title>
<description>Also, I have restarted the httpd server multiple times.  -----Original Message----- From: Williams, David G. (HQ-JF000)[INDUS CORPORATION] Sent: Tue</description>
<pubDate>24 Mar  2009 11:53:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99337</link>
</item><item>
<title>RE: Embperl Status</title>
<description>Gerald, I have ported my 1.3.6 site up to 2.3.0 Embperl::Object and there is only one thing that is still an issue. The application intermittently c</description>
<pubDate>24 Mar  2009 11:52:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99336</link>
</item><item>
<title>Update Apache2.0 configuration</title>
<description>I decided to update my apache configuration to include modssl which I left out of the original installation in 2005. Evidently I don&amp;#039;t have openssl</description>
<pubDate>06 Mar  2009 23:54:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99206</link>
</item><item>
<title>Update Apache2.0 configuration</title>
<description>I decided to update my apache configuration to include modssl which I left out of the original installation in 2005. Evidently I don&amp;#039;t have openssl</description>
<pubDate>28 Feb  2009 09:12:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99166</link>
</item><item>
<title>Re: multipart/form-data and CGI.pm newer than 3.38 ( other approach )</title>
<description>Just a note to say thanks a lot for this. I just spent a couple of hours trying to work out what on earth was going on before googling and finding th</description>
<pubDate>27 Feb  2009 02:43:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/99148</link>
</item><item>
<title>multipart/form-data and CGI.pm newer than 3.38 ( other approach )</title>
<description>Hello again, I am sorry for noising, but my first posting was a little hasty I think. I think this approach is better as it uses the official interfac</description>
<pubDate>18 Dec  2008 13:33:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98673</link>
</item><item>
<title>multipart/form-data and CGI.pm newer than 3.38</title>
<description>Hello, from Version 3.38 on CGI.pm changed the internal storage of cgi parameters/values. As a result Embperl fails to read the values of parameters</description>
<pubDate>18 Dec  2008 13:03:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98672</link>
</item><item>
<title>Re: [NYLXS - HANGOUT] Re: Embperl Abandoned: Next Steps?</title>
<description>On Sun, Nov 09, 2008 at 03:03:57AM +0100, Gerald Richter wrote: &amp;gt; Hi, &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Evidently, as it was later posted on the thread, someone &amp;gt; &amp;gt; called</description>
<pubDate>17 Nov  2008 08:20:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98510</link>
</item><item>
<title>RE: Embperl Abandoned: Next Steps?</title>
<description>Hi Kee, &amp;gt; I actually have a library that integrates Embperl into Catalyst so  &amp;gt; that you ca use it instead of the default system (Template &amp;gt; Toolki</description>
<pubDate>21 Oct  2008 16:01:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98311</link>
</item><item>
<title>Re: Embperl Abandoned: Next Steps?</title>
<description>Thanks for these additions Kee. This fixes two of my biggest frustrations with Embperl. Good job and keep on keeping on. -Allen On Fri, Oct 17, 2008</description>
<pubDate>21 Oct  2008 06:48:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98310</link>
</item><item>
<title>Re: Embperl Abandoned: Next Steps?</title>
<description>A year or so ago I burst back onto the list with some ideas about  boosting Embperl support, and then I promptly disappeared (my  apologies, work an</description>
<pubDate>17 Oct  2008 17:47:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98303</link>
</item><item>
<title>RE: Problems with Apache and SessionX hanging</title>
<description>My thanks for the advice. I will check in on it. Keven Murphy murphyk@gdls.com Murphy&amp;#039;s Law ((U+C+I)x(10-S))/20xAx1/(1-sin(F/10)) U = Urgency  C =</description>
<pubDate>16 Oct  2008 05:44:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98290</link>
</item><item>
<title>Re: Problems with Apache and SessionX hanging</title>
<description>Hartmaier Alexander wrote: &amp;gt; Talk to Matt (mst) in the #dbix-class irc channel on irc.perl.org about MySQL, then you won´t use it again! &amp;gt; &amp;gt; -Alex &amp;gt;</description>
<pubDate>09 Oct  2008 21:00:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98215</link>
</item><item>
<title>RE: Problems with Apache and SessionX hanging</title>
<description>Talk to Matt (mst) in the #dbix-class irc channel on irc.perl.org about MySQL, then you won´t use it again! -Alex -----Original Message----- From: R</description>
<pubDate>09 Oct  2008 00:52:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98202</link>
</item><item>
<title>Re: [NYLXS - HANGOUT] Re: Embperl Abandoned: Next Steps?</title>
<description>On Wed, Oct 08, 2008 at 07:09:36PM -0400, Williams, David G. (HQ-JF000)[INDUS] wrote: &amp;gt; If embperl has not been abandoned, tell me, when was the last</description>
<pubDate>08 Oct  2008 16:31:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98197</link>
</item><item>
<title>Re: [NYLXS - HANGOUT] Re: Embperl Abandoned: Next Steps?</title>
<description>If embperl has not been abandoned, tell me, when was the last time  someone heard from Gerald?  Sent from my iPhone 3G  On Oct 8, 2008, at 7:04</description>
<pubDate>08 Oct  2008 16:09:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98196</link>
</item><item>
<title>Re: Problems with Apache and SessionX hanging</title>
<description>On Wed, Oct 08, 2008 at 12:15:27PM +0200, Hartmaier Alexander wrote: &amp;gt; We&amp;#039;ve had a similar problem with Catalyst on the mailing list and MyISAM caused</description>
<pubDate>08 Oct  2008 16:08:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98195</link>
</item><item>
<title>Re: [NYLXS - HANGOUT] Re: Embperl Abandoned: Next Steps?</title>
<description>On Wed, Oct 08, 2008 at 03:37:36PM -0700, Elfen Magix wrote: &amp;gt; I use Perl-CGI instead of EmbedPerl, but I can see where it can be advantagous to have</description>
<pubDate>08 Oct  2008 16:05:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98194</link>
</item><item>
<title>Re: Embperl Abandoned: Next Steps?</title>
<description>On Wed, 8 Oct 2008, Ruben Safir wrote: &amp;gt; I still use it and it just works. Does it need more development? &amp;gt; &amp;gt; Ruben I wouldn&amp;#039;t know - it just works</description>
<pubDate>08 Oct  2008 07:25:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98183</link>
</item><item>
<title>make test fails</title>
<description>Hi! When running make test i got the followint error in mod_perl test. (Embperl Version is 2.3.0 on CentOS 5 with httpd-2.2.3-11 and mod_perl-2.0.2</description>
<pubDate>08 Oct  2008 06:44:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98182</link>
</item><item>
<title>RE: Problems with Apache and SessionX hanging</title>
<description>We&amp;#039;ve had a similar problem with Catalyst on the mailing list and MyISAM caused the problem because it&amp;#039;s not transaction safe. Maybe the sessionid hol</description>
<pubDate>08 Oct  2008 03:15:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98180</link>
</item><item>
<title>Re: Embperl Abandoned: Next Steps?</title>
<description>Williams, David G. (HQ-JF000)[INDUS] wrote: &amp;gt; It now seems abundantly clear that Embperl development/discussion has &amp;gt; become very dormant. Perhaps it</description>
<pubDate>07 Oct  2008 22:43:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98179</link>
</item><item>
<title>RE: Problems with Apache and SessionX hanging</title>
<description>Yes from the looks of it. Keven Murphy CISSP, GCIA, GCIH, GCFA, GCWN, GAWN CSC Lead Information Risk Manager (LIRM) murphyk@gdls.com (586) 825-5035</description>
<pubDate>07 Oct  2008 10:26:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98178</link>
</item><item>
<title>RE: Problems with Apache and SessionX hanging</title>
<description>Are you using MyISAM? -Alex -----Ursprüngliche Nachricht----- Von: Keven Murphy [mailto:murphyk@gdls.com] Gesendet: Dienstag, 07. Oktober 2008 16:59</description>
<pubDate>07 Oct  2008 10:06:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98177</link>
</item><item>
<title>Problems with Apache and SessionX hanging</title>
<description>Hello all, I am having a interesting issue my web server hanging. I have narrowed it down to SessionX. I run multiple sites off of a single server. I</description>
<pubDate>07 Oct  2008 07:58:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98174</link>
</item><item>
<title>Re: Problem with file upload</title>
<description>Ben Hiebert wrote : &amp;gt; Perl usually &amp;gt; tries to guess at the best encoding when it takes in the data and then &amp;gt; encodes it internally as best it can.</description>
<pubDate>30 Sep  2008 16:59:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98159</link>
</item><item>
<title>Re: Problem with file upload</title>
<description>Hi JC, I&amp;#039;ve got a similar problem on my site except the other way around- everything comes in ISO-8859-1 and I want it in UTF8. Perl usually tries</description>
<pubDate>30 Sep  2008 10:14:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98151</link>
</item><item>
<title>Re: Problem with file upload</title>
<description>Hello JC, Try to set your locale inside your Embperl file, try: [.- use locale; -] just before your upload code, and if this doesn&amp;#039;t help try chang</description>
<pubDate>30 Sep  2008 07:37:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98150</link>
</item><item>
<title>Problem with file upload</title>
<description>Hello, I have a fully UTF8 encoded site in which I want users to upload files (simple &amp;lt;input type=&amp;quot;file...&amp;gt; form). These files are ISO-8859-1 encoded</description>
<pubDate>30 Sep  2008 06:48:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98149</link>
</item><item>
<title>Re: Embperl Abandoned: Next Steps?</title>
<description>On Fri, 2008-09-05 at 17:09 +0200, Neil Gunton wrote: &amp;gt; Williams, David G. (HQ-JF000)[INDUS] wrote: &amp;gt; &amp;gt; It now seems abundantly clear that Embperl dev</description>
<pubDate>17 Sep  2008 05:15:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98071</link>
</item><item>
<title>Re: Embperl Abandoned: Next Steps?</title>
<description>It was actually done via a rather old form of communication known as the telephone. My IT Director took the liberty of calling him, as we&amp;#039;ve (in a pr</description>
<pubDate>14 Sep  2008 13:42:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98042</link>
</item><item>
<title>Re: Embperl Abandoned: Next Steps?</title>
<description>Michael Smith wrote: &amp;gt; Hi Everyone, &amp;gt; &amp;gt; Well some good news. &amp;gt; &amp;gt; Gerald has not abandoned Embperl, and his projects are still dependent &amp;gt; on it. He</description>
<pubDate>14 Sep  2008 08:10:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98040</link>
</item><item>
<title>Re: Embperl Abandoned: Next Steps?</title>
<description>Hi Everyone, Well some good news. Gerald has not abandoned Embperl, and his projects are still dependent on it. He&amp;#039;s been very busy but I understan</description>
<pubDate>14 Sep  2008 06:54:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98039</link>
</item><item>
<title>Re: Embperl Abandoned: Next Steps?</title>
<description>&amp;gt; So my question to the community (what&amp;#039;s left of it) is this: which &amp;gt; language/product should I use instead of Embperl/Embperl Object? Here &amp;gt; are my</description>
<pubDate>06 Sep  2008 14:00:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98022</link>
</item><item>
<title>Re: Embperl Abandoned: Next Steps?</title>
<description>Williams, David G. (HQ-JF000)[INDUS] wrote: &amp;gt; It now seems abundantly clear that Embperl development/discussion has &amp;gt; become very dormant. Perhaps it</description>
<pubDate>05 Sep  2008 08:09:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98016</link>
</item><item>
<title>Embperl Abandoned: Next Steps?</title>
<description>It now seems abundantly clear that Embperl development/discussion has become very dormant. Perhaps it has been abandoned. I don&amp;#039;t wish to criticize</description>
<pubDate>05 Sep  2008 06:37:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/98015</link>
</item><item>
<title>Re: Roll call: What cool, high-traffic websites are using	Embperl?</title>
<description>Hello boys and girls, none of my websites are cool and high-traffic, but most of them are embperl (except those you don&amp;#039;t need any dynamic stuff and</description>
<pubDate>08 Aug  2008 06:07:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97880</link>
</item><item>
<title>Re: Roll call: What cool, high-traffic websites are using Embperl?</title>
<description>Interactive Investor (http://www.iii.co.uk), one of the UK&amp;#039;s leading websites, uses embperl. In the dot com bubble days it once did 90 million page i</description>
<pubDate>07 Aug  2008 04:46:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97875</link>
</item><item>
<title>RE: Roll call: What cool, high-traffic websites are using Embperl?</title>
<description>Hi all, &amp;gt; I&amp;#039;ve been using Embperl since 2000 to run &amp;gt; www.crazyguyonabike.com. This &amp;gt; started off as a single journal of my bicycle tour across Ame</description>
<pubDate>06 Aug  2008 18:01:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97872</link>
</item><item>
<title>RE: Error line numbers do not seem to map correctly to source code</title>
<description>Hi Neil, &amp;gt; I am seeing errors in my apache logs which appear to be &amp;gt; within Embperl &amp;gt; code, and yet the error line numbers do not match up with &amp;gt;</description>
<pubDate>06 Aug  2008 15:29:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97869</link>
</item><item>
<title>Error line numbers do not seem to map correctly to source code</title>
<description>I am seeing errors in my apache logs which appear to be within Embperl code, and yet the error line numbers do not match up with what is in the code</description>
<pubDate>06 Aug  2008 07:46:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97861</link>
</item><item>
<title>Re: Roll call: What cool, high-traffic websites are using	Embperl?</title>
<description>I used to use html and embperl for my former site, www.singlespeedsanonymous.com, which was pretty big for a while. I was the second person on the net</description>
<pubDate>04 Aug  2008 09:50:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97849</link>
</item><item>
<title>Roll call: What cool, high-traffic websites are using Embperl?</title>
<description>I&amp;#039;ve been using Embperl since 2000 to run www.crazyguyonabike.com. This started off as a single journal of my bicycle tour across America in 1998. I</description>
<pubDate>02 Aug  2008 20:54:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97846</link>
</item><item>
<title>Re: make test failure in Embperl 2.2.0 and 2.3.0 versions</title>
<description>Senthilkumar R wrote: &amp;gt; I am getting the following error when run &amp;quot;make test&amp;quot;. &amp;gt; &amp;gt; &amp;gt; ---------------------------------------------------------------</description>
<pubDate>28 Jul  2008 04:30:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97828</link>
</item><item>
<title>make test failure in Embperl 2.2.0 and 2.3.0 versions</title>
<description>I am getting the following error when run &amp;quot;make test&amp;quot;.  ---------------------------------------------------------------------------------------------</description>
<pubDate>27 Jul  2008 23:36:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97827</link>
</item><item>
<title>Re: Problem using Embperl on Debian Lenny</title>
<description>PMFJI, I always use embperl with stock Debian/Ubuntu packages and don&amp;#039;t see the problems you experience. I recently upgraded my dev/test server to len</description>
<pubDate>25 Jul  2008 03:11:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97815</link>
</item><item>
<title>Re: Stop embperl from messing with my code</title>
<description>Thompson, Jon a écrit : &amp;gt; I was rereading the page I where pulled that info. It&amp;#039;s a little &amp;gt; confusing. Apparently there&amp;#039;s a [$ syntax Embperl $] to t</description>
<pubDate>24 Jul  2008 17:59:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97813</link>
</item><item>
<title>RE: Question re preloading embperl and apache shutdown</title>
<description>Hi Ed, &amp;gt; &amp;gt; Are any of the following useful to you (even if you set a variable &amp;gt; &amp;gt; using the shutdown callback to forcibly stop the preload?) in &amp;gt; &amp;gt; A</description>
<pubDate>24 Jul  2008 17:58:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97812</link>
</item><item>
<title>RE: Question re preloading embperl and apache shutdown</title>
<description>On Thu, 24 Jul 2008, Andrew O&amp;#039;Brien wrote: &amp;gt; A start in apache is actually a start+restart IIRC. Could that be what &amp;gt; you&amp;#039;re seeing? I posted this a f</description>
<pubDate>24 Jul  2008 13:43:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97811</link>
</item><item>
<title>Re: Some observations</title>
<description>On Thu, 24 Jul 2008, Kathryn Andersen wrote: &amp;gt; On Wed, Jul 23, 2008 at 05:34:39PM -0500, Neil Gunton wrote: &amp;gt;&amp;gt; 1. What is up with Embperl? I have writ</description>
<pubDate>24 Jul  2008 12:27:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97810</link>
</item><item>
<title>Possible bug in Embperl 2.3</title>
<description>I am getting segmentation faults from Apache2.2, mod_perl 2, Embperl 2.3, when I have a [$ sub $] redefined for an Embperl::Object setup and then at</description>
<pubDate>24 Jul  2008 11:53:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97809</link>
</item><item>
<title>Re: Some observations (correction)</title>
<description>Thompson, Jon wrote: &amp;gt; Since I&amp;#039;m using CGI.pm (don&amp;#039;t ask) and not mod_perl I actually set fdat &amp;gt; up manually myself like this: &amp;gt; &amp;gt; [- %fdat = %input</description>
<pubDate>24 Jul  2008 10:42:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97808</link>
</item><item>
<title>RE: Stop embperl from messing with my code</title>
<description>I was rereading the page I where pulled that info. It&amp;#039;s a little confusing. Apparently there&amp;#039;s a [$ syntax Embperl $] to try as well. Here&amp;#039;s the page</description>
<pubDate>24 Jul  2008 10:00:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97807</link>
</item><item>
<title>RE: Stop embperl from messing with my code</title>
<description>I would try wrapping you&amp;#039;re a tag in base.epl with these tags: [$ syntax EmbperlBlocks $] So it would look like: &amp;lt;div id=&amp;quot;upperband&amp;quot;&amp;gt;</description>
<pubDate>24 Jul  2008 09:56:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97806</link>
</item>
</channel>
</rss>
