<?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 | ASP</title>
<description>Mailing List Archive by Gossamer Threads</description>
<link>http://www.gossamer-threads.com/lists/modperl/asp/</link>
<language>en-us</language>
<copyright>(c) Gossamer Threads Inc. All rights reserved.</copyright>
<lastBuildDate>04 Jul  2009 17:08:06 -0800</lastBuildDate>
<ttl>120</ttl>
<image>
<title>Gossamer Threads | ModPerl | ASP</title>
<width>75</width>
<height>23</height>
<link>http://www.gossamer-threads.com/lists/modperl/asp/</link>
<url>http://www.gossamer-threads.com/images/lists/rss_logo.jpg</url>
</image>
<item>
<title>Re: File upload problem / $Request-&amp;gt;Form problem</title>
<description>Probably not what is causing your scenario but... I once had a scenario similar to this and found the problem was in my HTML. I needed to use both &amp;quot;i</description>
<pubDate>03 Jul  2009 08:34:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99916</link>
</item><item>
<title>Re: File upload problem</title>
<description>Andrew Koebrick (ADM) wrote: &amp;gt; Can&amp;#039;t locate object method &amp;quot;request&amp;quot; via package &amp;quot;Apache&amp;quot;  Have you tried this patch: http://www.gossamer-threads.com</description>
<pubDate>02 Jul  2009 13:33:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99914</link>
</item><item>
<title>RE: File upload problem</title>
<description>&amp;gt;&amp;gt; Would I be correct in guessing that this Apache::ASP application is brand new..? Well, there have been the usual updates to the perl modules, but</description>
<pubDate>02 Jul  2009 11:27:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99913</link>
</item><item>
<title>Re: File upload problem / $Request-&amp;gt;Form problem</title>
<description>Andrew Koebrick (ADM) wrote: &amp;gt; &amp;gt; asp title: &amp;gt; cgi title: test title Would I be correct in guessing that this Apache::ASP application is brand new,</description>
<pubDate>01 Jul  2009 14:16:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99912</link>
</item><item>
<title>RE: File upload problem / $Request-&amp;gt;Form problem</title>
<description>Warren, Thank you for the response.  I had actually tried this syntax:    if ($Request-&amp;gt;{Method} eq &amp;#039;POST&amp;#039;) {    my $form = $Request-&amp;gt;Form;</description>
<pubDate>01 Jul  2009 10:07:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99911</link>
</item><item>
<title>Re: File upload problem</title>
<description>Andrew Koebrick (ADM) wrote: &amp;gt; (http://www.apache-asp.org/cgi.html) that the recommendation is to roll &amp;gt; back to CGI v2.78.  The docs are just givi</description>
<pubDate>30 Jun  2009 18:42:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99910</link>
</item><item>
<title>File upload problem</title>
<description>I am attempting to implement an upload script and having problems. I see from the apache::asp documentation (http://www.apache-asp.org/cgi.html) that</description>
<pubDate>30 Jun  2009 14:50:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99909</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>Contents in cookies.dat file:   #LWP-Cookies-1.0 Output: HTTP::Response=HASH(0xafebd0) Tell me the way to get session-id pls pls...  -- View th</description>
<pubDate>19 Jun  2009 04:33:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99873</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>Hi, The cookies would be stored in the cookie store mentioned, cookies.dat. You can aswell check errors for every call. In mycase if need not check th</description>
<pubDate>18 Jun  2009 23:54:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99872</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>My Perl code:  #!/usr/bin/perl -w use HTTP::Cookies; use HTTP::Request::Common; use LWP::UserAgent; $ua = new LWP::UserAgent; if(! $ua) {</description>
<pubDate>18 Jun  2009 23:40:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99871</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>http://www.nabble.com/file/p24106268/final.pl final.pl Here i am not getting the Session-id / cookie-value from the browser, just i am getting the be</description>
<pubDate>18 Jun  2009 23:34:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99870</link>
</item><item>
<title>Re: DESTROY in cleanup handler</title>
<description>Anyone still around that is familiar with Apache::ASP&amp;#039;s internals? On Thu, Apr 23, 2009 at 10:47:42AM -0700, Bill Moseley wrote: &amp;gt; Is there a purpose</description>
<pubDate>29 Apr  2009 07:41:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99682</link>
</item><item>
<title>DESTROY in cleanup handler</title>
<description>Is there a purpose for using a cleanup handler (to call DESTROY) in Apache::ASP instead of cleaning up at the end of the response handler? What looks</description>
<pubDate>23 Apr  2009 10:47:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99658</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>O/H Sudarshan Soma έγραψε: &amp;gt; Thanks a lot. I got the final code now &amp;gt; &amp;gt; use warnings; &amp;gt;  Since this is a mod_perl list, you might want to consider `</description>
<pubDate>09 Apr  2009 02:36:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99579</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>2009/4/3 Thanos Chatziathanassiou &amp;lt;tchatzi@arx.gr&amp;gt;: &amp;gt; O/H Sudarshan Soma έγραψε: &amp;gt;&amp;gt; &amp;gt;&amp;gt; Thanks a lot . I have a followup query, can anyone please advic</description>
<pubDate>08 Apr  2009 22:23:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99575</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>O/H Sudarshan Soma έγραψε: &amp;gt; Thanks a lot . I have a followup query, can anyone please advice me: &amp;gt; &amp;gt; My application (webser) will set up sessionId in</description>
<pubDate>03 Apr  2009 07:25:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99501</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>Thanks a lot . I have a followup query, can anyone please advice me: My application (webser) will set up sessionId in the cookie and sets redirect UR</description>
<pubDate>03 Apr  2009 07:05:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99500</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>O/H Sudarshan Soma Ξ­Ξ³ΟΞ±ΟΞ΅: &amp;gt; Hi All, &amp;gt; I have a requirement to test webserver using perl scripts. The &amp;gt; webserver creates a sessionId after succ</description>
<pubDate>01 Apr  2009 02:50:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99464</link>
</item><item>
<title>Capture sessionID in browser from perl script</title>
<description>Hi All, I have a requirement to test webserver using perl scripts. The webserver creates a sessionId after successfull authentication. Hence for futhe</description>
<pubDate>01 Apr  2009 02:24:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99463</link>
</item><item>
<title>Re: using memcached as a StateDB.. getting there</title>
<description>O/H Gregory S. Youngblood Ξ­Ξ³ΟΞ±ΟΞ΅: &amp;gt; I, for one, am interested, though I haven&amp;#039;t been able to do much or get &amp;gt; involved. &amp;gt; &amp;gt; &amp;quot;Namespace&amp;quot; - I sugg</description>
<pubDate>27 Mar  2009 11:31:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99396</link>
</item><item>
<title>RE: using memcached as a StateDB.. getting there</title>
<description>I, for one, am interested, though I haven&amp;#039;t been able to do much or get involved. &amp;quot;Namespace&amp;quot; - I suggest making this an option that is user tunable,</description>
<pubDate>27 Mar  2009 09:52:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99394</link>
</item><item>
<title>Re: using memcached as a StateDB.. getting there</title>
<description>(ignoring the fact that no-one seems interested) I came accross Cache::Memcached::Tie which pretty much does most of the work, however I&amp;#039;m having so</description>
<pubDate>26 Mar  2009 05:33:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99356</link>
</item><item>
<title>using memcached as a StateDB</title>
<description>I&amp;#039;m toying with idea presently, but it would make for a great step up from MLDBM and company. And although Apache::ASP::State makes quite a few assum</description>
<pubDate>20 Feb  2009 06:04:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99130</link>
</item><item>
<title>Content-Type header</title>
<description>Hi,  Back in June 2006, I asked about the content-type header as it relates to a form post from a mobile phone browser. The original message that I s</description>
<pubDate>25 Nov  2008 09:31:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98561</link>
</item><item>
<title>Re: Undefined subroutine error</title>
<description>Well you probably already thought of this but: It appears that the global.asa (and thus Example::Image.pm) get compiled into different packages then t</description>
<pubDate>16 Nov  2008 13:04:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98509</link>
</item>
</channel>
</rss>
