<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012978" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012978</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Useless use of quotes!!!</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-little-help#comment-1075336</link>
    <description> &lt;p&gt;The quotes around that variable name are TOTALLY unnecessary, and will only cause you trouble later, eventually.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$hash{$key}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;is PERFECTLY fine, and is preferred over&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$hash{&amp;quot;$key&amp;quot;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Make a note of this!&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Dec 2000 02:17:13 +0000</pubDate>
 <dc:creator>japhy</dc:creator>
 <guid isPermaLink="false">comment 1075336 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-little-help#comment-1075331</link>
    <description> &lt;p&gt;Nevermind, I found out how to do it. &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; If anyone wants to know, here&#039;s how:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$FORM{\&amp;quot;$variable\&amp;quot;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Thanks for trying anyway, japhy!&lt;/p&gt;
&lt;p&gt;--Edge&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Dec 2000 01:42:57 +0000</pubDate>
 <dc:creator>Edge</dc:creator>
 <guid isPermaLink="false">comment 1075331 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-little-help#comment-1075275</link>
    <description> &lt;p&gt;Perhaps you should leave off the single quotes.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$FORM{$variable};&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;If you&#039;re asking how to &quot;come up&quot; with the &lt;strong&gt;%FORM&lt;/strong&gt; hash, I&#039;d stay away from that, and use the standard CGI.pm module:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;use CGI &amp;#039;param&amp;#039;;&lt;br /&gt;# ...&lt;br /&gt;print param($variable);&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Dec 2000 05:43:26 +0000</pubDate>
 <dc:creator>japhy</dc:creator>
 <guid isPermaLink="false">comment 1075275 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
