<?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 12:33:49 -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>
</channel>
</rss>
