<?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>16 May  2008 10:24:35 -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>Embperl on Windows</title>
<description>Hello. I have tried to install EmbPerl under Windowsx XP. But not successfully. I installed apache_2.2.8-win32-x86-openssl-0.9.8g.msi ActivePerl-5.</description>
<pubDate>16 May  2008 06:36:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97251</link>
</item><item>
<title>Embperl::Object::Execute syntax question</title>
<description>I have a an Embperl::Object Web site with one .epl file that in some  cases should use the template of the rest of the site, and in other  cases sho</description>
<pubDate>03 May  2008 20:40:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97167</link>
</item><item>
<title>Re: Can&amp;#039;t call method &amp;quot;DeleteSession&amp;quot; on an undefined value</title>
<description>On 02/05/2008, at 9:48 PM, Pete Moran wrote: &amp;gt; Try &amp;gt; &amp;gt; $epreq-&amp;gt;DeleteSession(1); &amp;gt; &amp;gt; $_[0], $_[0] will only contain the epreq object if you havent</description>
<pubDate>02 May  2008 06:54:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97157</link>
</item><item>
<title>Re: Can&amp;#039;t call method &amp;quot;DeleteSession&amp;quot; on an undefined value</title>
<description>Try $epreq-&amp;gt;DeleteSession(1); $_[0], $_[0] will only contain the epreq object if you havent shifted  off the array on the initial page. $epreq is t</description>
<pubDate>02 May  2008 06:48:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97156</link>
</item><item>
<title>Can&amp;#039;t call method &amp;quot;DeleteSession&amp;quot; on an undefined value</title>
<description>Embperl&amp;#039;s test document for DeleteSession, to delete the cookie and  session data after it is finished with, uses this syntax: $_[0] -&amp;gt; DeleteSessio</description>
<pubDate>02 May  2008 06:41:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97155</link>
</item><item>
<title>Re: Session handling doesn&amp;#039;t work for me</title>
<description>On 01/05/2008, at 5:36 PM, Jeremy Malcolm wrote: &amp;gt; Nothing ever gets written to /var/www/press/orders. I read in the  &amp;gt; Embperl::Config man page th</description>
<pubDate>02 May  2008 01:12:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97154</link>
</item><item>
<title>Session handling doesn&amp;#039;t work for me</title>
<description>I am trying to get my head around session handling. I have a small  test document like this: &amp;lt;html&amp;gt; &amp;lt;head&amp;gt;Embperl session test&amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; [$ if</description>
<pubDate>01 May  2008 02:36:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97147</link>
</item><item>
<title>[Bug] in Embperl with DBD::Interbase</title>
<description>Hi, I get a segmentation fault when I call DBD::InterBase::db::_login($dbh, $dsn, $dbuser, $dbpasswd, $attr) or return undef; in DBD::InterBase.pm.</description>
<pubDate>24 Apr  2008 23:45:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97118</link>
</item><item>
<title>not able to run the test server (example) that comes with embperl 2.3.0</title>
<description>Dear All, I have installed Emperl/2.3.0 with following configurations Apache/2.2.8 (Unix) Embperl/2.3.0 mod_perl/2.0.3 Perl/v5.8.8. The only issue i</description>
<pubDate>10 Apr  2008 08:42:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96922</link>
</item><item>
<title>Re: Apache::ImageMagick for mod_per2</title>
<description>Adam Hasselbalch Hansen napsal(a): &amp;gt; Hey. &amp;gt; &amp;gt; Saw here http://www.gossamer-threads.com/lists/modperl/embperl/17312 &amp;gt; that you got a working copy of A</description>
<pubDate>01 Apr  2008 14:09:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96819</link>
</item><item>
<title>RE: textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>Ah, perhaps it&amp;#039;s an Embperl 2.X issue then. We&amp;#039;ve had lots of those... ;)  -----Original Message----- From: Todd White [mailto:tmwhite@merit.edu] S</description>
<pubDate>19 Mar  2008 12:18:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96742</link>
</item><item>
<title>Re: textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>Yeah... that&amp;#039;s the workaround I am using, but I was wondering if I could avoid using the workaround.  On Wed, 19 Mar 2008, Frank Wesemann wrote: &amp;gt;</description>
<pubDate>19 Mar  2008 12:16:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96741</link>
</item><item>
<title>Re: textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>Todd White schrieb: &amp;gt; &amp;gt; Here&amp;#039;s the very odd result: &amp;gt;  http://www.merit.edu/~tmwhite/textarea.epl &amp;gt;  The same for me with Embperl 2.2.0. &amp;lt;textarea</description>
<pubDate>19 Mar  2008 12:14:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96740</link>
</item><item>
<title>RE: textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>The only thing I didn&amp;#039;t share was...  Apache/2.2.6 (Unix)  mod_ssl/2.2.6  PHP/5.2.4  mod_perl/2.0.2  Perl/v5.8.8  Embperl 2.2.0 Now you have t</description>
<pubDate>19 Mar  2008 12:06:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96739</link>
</item><item>
<title>RE: textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>I tried the code below in Embperl 1.3, and it works as expected (i.e., each textarea has only one character). Is there something you aren&amp;#039;t telling u</description>
<pubDate>19 Mar  2008 11:58:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96738</link>
</item><item>
<title>textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>Here&amp;#039;s the code: [.-  $fdat{&amp;quot;WHATEVER_1&amp;quot;} = &amp;quot;a&amp;quot;;  $fdat{&amp;quot;WHATEVER_2&amp;quot;} = &amp;quot;b&amp;quot;;  $fdat{&amp;quot;WHATEVER_3&amp;quot;} = &amp;quot;c&amp;quot;;  $fdat{&amp;quot;WHATEVER_4&amp;quot;} = &amp;quot;d&amp;quot;;  $fdat</description>
<pubDate>19 Mar  2008 11:47:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96737</link>
</item><item>
<title>equivalent to app -&amp;gt; init: app -&amp;gt; cleanup ?</title>
<description>Dear list, is there a equivalent &amp;lt;http://dict.leo.org/ende?lp=ende&amp;amp;p=eL4jU.&amp;amp;search=equivalent&amp;gt; to the init() Method of a Embperl_App_Handler_Class l</description>
<pubDate>29 Feb  2008 09:53:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96614</link>
</item><item>
<title>Embperl Cache monitoring</title>
<description>Hi,   I&amp;#039;d like to do some debugging in embperl. I&amp;#039;d like to monitor the memory used in embperl caching. Does anyone have a way of monitoring this st</description>
<pubDate>29 Feb  2008 08:50:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96613</link>
</item><item>
<title>RE: Preventing selected being added to option tags</title>
<description>Hi Frank, &amp;gt; set Embperl_Syntax to &amp;quot;EmbperlBlocks&amp;quot; to prevent Embperl from &amp;gt; processing HTML-Tags &amp;gt; http://www.ecos.de/embperl/pod/doc/Config.-page</description>
<pubDate>22 Jan  2008 11:40:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96235</link>
</item><item>
<title>Re: Preventing selected being added to option tags</title>
<description>Michael Smith schrieb: &amp;gt; Hi Andrew &amp;gt; &amp;gt; Thanks for the response. &amp;gt; &amp;gt; I ended up (at least for the time being) doing an &amp;gt; undef($fdat{select_field}) whi</description>
<pubDate>22 Jan  2008 10:03:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96234</link>
</item><item>
<title>Re: Preventing selected being added to option tags</title>
<description>Hi Andrew Thanks for the response. I ended up (at least for the time being) doing an undef($fdat{select_field}) which worked but it seems a bit mess</description>
<pubDate>22 Jan  2008 01:37:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96231</link>
</item><item>
<title>RE: Preventing selected being added to option tags</title>
<description>Hi Michael, &amp;gt; Can someone please clarify how I prevent &amp;#039;selected&amp;#039; being &amp;gt; automatically added to selects? Here&amp;#039;s my embperl file: &amp;gt; What happens is</description>
<pubDate>21 Jan  2008 07:32:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96217</link>
</item><item>
<title>Preventing selected being added to option tags</title>
<description>Hi, Can someone please clarify how I prevent &amp;#039;selected&amp;#039; being automatically added to selects? Here&amp;#039;s my embperl file: [.- $optDisableSelectScan=1;</description>
<pubDate>21 Jan  2008 07:10:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96216</link>
</item><item>
<title>Re: Any good and cheap embperl host</title>
<description>I can do that for you.  Ruben On Wed, Jan 16, 2008 at 09:47:19PM +0000, abhishek jain wrote: &amp;gt; Hi friends, &amp;gt; Looking for a good embperl host which i</description>
<pubDate>19 Jan  2008 11:23:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96204</link>
</item><item>
<title>statically-linked embperl</title>
<description>Hi, Can someone please tell me how to build a statically-linked copy of embperl with mod_perl 2.0.3? The old embperl 1.3.6 FAQ describes the steps bu</description>
<pubDate>18 Jan  2008 21:35:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96203</link>
</item>
</channel>
</rss>
