<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012872" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012872</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Oh yeah, I knew that!</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/help-me-please#comment-1074649</link>
    <description> &lt;p&gt;Heheh, sorry for overlooking that NGM, it makes sense now. I&#039;m getting weak. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Nov 2000 06:13:45 +0000</pubDate>
 <dc:creator>Vorm</dc:creator>
 <guid isPermaLink="false">comment 1074649 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Where is the %formdata hash?</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/help-me-please#comment-1074648</link>
    <description> &lt;p&gt;You keep using the &lt;strong&gt;%formdata&lt;/strong&gt; hash:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$name = $formdata{&amp;#039;name&amp;#039;};&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Where did you fill this hash?  (Answer: you didn&#039;t.)&lt;/p&gt;
&lt;p&gt;I suggest you use the CGI.pm module (which is standard with Perl ever since version 5.002):&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#!/usr/bin/perl&lt;br /&gt;use CGI;&lt;br /&gt;$query = CGI-&amp;gt;new;&lt;br /&gt;$name = $query-&amp;gt;param(&amp;#039;name&amp;#039;);&lt;br /&gt;$email = $query-&amp;gt;param(&amp;#039;email&amp;#039;);&lt;br /&gt;$icq = $query-&amp;gt;param(&amp;#039;icq&amp;#039;);&lt;br /&gt;$time = $query-&amp;gt;param(&amp;#039;time&amp;#039;);&lt;br /&gt;# rest of program here...&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Nov 2000 05:10:32 +0000</pubDate>
 <dc:creator>japhy</dc:creator>
 <guid isPermaLink="false">comment 1074648 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/help-me-please#comment-1074645</link>
    <description> &lt;p&gt;That didn&#039;t work.&lt;br /&gt;
It executes fine, but won&#039;t actually send the form info.&lt;br /&gt;
I have all the variables correct but it still doesn&#039;t work.&lt;br /&gt;
Please advise&lt;br /&gt;
Thanks&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Nov 2000 04:20:46 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1074645 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/help-me-please#comment-1074641</link>
    <description> &lt;p&gt;I think you need to separate the &quot;-T&quot; from the sendmail path with a space.&lt;/p&gt;
&lt;p&gt;With the printing of the file, are you sure you have the right path? Also, is the file chmodded for writing?&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Nov 2000 02:17:25 +0000</pubDate>
 <dc:creator>Vorm</dc:creator>
 <guid isPermaLink="false">comment 1074641 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
