<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001128" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001128</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/scripting-perl#comment-1004922</link>
    <description> &lt;p&gt;thank you orpheus (for the 2nd time, are you something like my guardian angel?  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; ).&lt;br /&gt;
i&#039;ll try that during my weekend... thank you!&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Jun 2000 13:37:00 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1004922 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/scripting-perl#comment-1004921</link>
    <description> &lt;p&gt;You have to make a form processor &lt;/p&gt;
&lt;p&gt;try something like this&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;
   # Get the input
   read(STDIN, $buffer, $ENV{&#039;CONTENT_LENGTH&#039;});

   # Split the name-value pairs
   @pairs = split(/&amp;amp;/, $buffer);

   foreach $pair (@pairs) {
      ($name, $value) = split(/=/, $pair);

      $value =~ tr/+/ /;
      $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack(&quot;C&quot;, hex($1))/eg;

      $FORM{$name} = $value;
   }
[/code]

then use $FORM{&#039;id1&#039;} to access it &lt;/pre&gt;&lt;/blockquote&gt;</description>
     <pubDate>Fri, 02 Jun 2000 13:30:00 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1004921 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
