<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000944" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000944</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/forms#comment-1003986</link>
    <description> &lt;p&gt;Well the problem now is getting perl to store the cookie like the browser does. &lt;/p&gt;
&lt;p&gt;any ides?&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Jan 2000 22:11:00 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1003986 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/forms#comment-1003985</link>
    <description> &lt;p&gt;Orpheus,&lt;br /&gt;
  I am not  %100 sure what you mean, but if the form is using GET method to parse the input, you could fill out the form, and have you browser take you to the results.&lt;/p&gt;
&lt;p&gt;So, if the form you wanted to login to used the GET method, and If I understand what you are trying to do, you could do it   &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;so if the site you wanted to login to was like: &lt;a href=&quot;http://url.com/cgi-bin/login.cgi?name=LOGINNAME&amp;amp;password=PASSWORD&quot; class=&quot;bb-url&quot;&gt;http://url.com/cgi-bin/login.cgi?name=LOGINNAME&amp;amp;password=PASSWORD&lt;/a&gt;&lt;br /&gt;
you could do somthing like&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;
$login=&quot;rob&quot;;
password=&quot;pword&quot;;
print &quot;Location: [url=&quot;http://url.com/cgi-bin/login.cgi?name=$login&amp;amp;password=$password\nURI:&quot;]http://url.com/cgi-bin/login.cgi?name=$login&amp;amp;password=$password\nURI:[/url]  &lt;A&gt;http://url.com/cgi-bin/login.cgi?name=$login&amp;amp;password=$password\n\n&quot;&lt;/a&gt;  ;
[/code]

Or you could use the LWP::Simple to connect to the URL, and ave the html page in a $var.
&lt;BLOCKQUOTE&gt;code:&lt;pre&gt;
use LWP::Simple;
$login=&quot;rob&quot;;
password=&quot;pword&quot;;
$html = get(&quot;http://url.com/cgi-bin/login.cgi?name=$login&amp;amp;password=$password
&quot;);
[/code]

Sorry if that did not help at all.

**Patrick, apply the [ code ] hack again please  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; **

------------------
&lt;strong&gt;Dogs and cats consume over $11 billion worth of pet food a year.&lt;/strong&gt;

[This message has been edited by robp (edited 26 January 2000).] &lt;/pre&gt;&lt;/blockquote&gt;&lt;/pre&gt;&lt;/blockquote&gt;</description>
     <pubDate>Wed, 26 Jan 2000 05:49:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1003985 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/forms#comment-1003983</link>
    <description> &lt;p&gt;Anyone?&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 Jan 2000 21:45:00 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1003983 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
