<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1011971" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1011971</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/stupid-script-help#comment-1069041</link>
    <description> &lt;p&gt;It shouldn&#039;t matter.  Before looking at that code I had never seen that done.  However, after research, I have discovered that it &lt;em&gt;could&lt;/em&gt; make a difference, but not likely.  It would only make a difference if certain commands are made, which you aren&#039;t and won&#039;t be making.&lt;/p&gt;
&lt;p&gt;For more information on the above:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.perl.com/pub/doc/manual/html/pod/perlsub.html&quot; class=&quot;bb-url&quot;&gt;http://www.perl.com/pub/doc/manual/html/pod/perlsub.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, usually the { } tags show a set of something, it can be used for visualizing the difference between &lt;/p&gt;
&lt;p&gt;{&lt;br /&gt;
 this...&lt;br /&gt;
}&lt;br /&gt;
and...&lt;br /&gt;
{&lt;br /&gt;
 that...&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;I just find it weird.  Not a bad habbit; may make your code easier to read by grouping commands together.  Other than that, I see it as vanity.&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;
 </description>
     <pubDate>Mon, 07 Aug 2000 04:39:25 +0000</pubDate>
 <dc:creator>richjb</dc:creator>
 <guid isPermaLink="false">comment 1069041 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/stupid-script-help#comment-1069039</link>
    <description> &lt;p&gt;Oh really!  I didnt know that.  Does it really matter?&lt;/p&gt;
 </description>
     <pubDate>Mon, 07 Aug 2000 03:55:11 +0000</pubDate>
 <dc:creator>Laguna Loire</dc:creator>
 <guid isPermaLink="false">comment 1069039 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/stupid-script-help#comment-1069032</link>
    <description> &lt;p&gt;This is a call to a subroutine:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;my_sub;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;This is a call to an embeded subroutine:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;{&amp;amp;my_sub;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Oh well, your way works, but I don&#039;t see why you pick that style.&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 Aug 2000 23:26:01 +0000</pubDate>
 <dc:creator>richjb</dc:creator>
 <guid isPermaLink="false">comment 1069032 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/stupid-script-help#comment-1069022</link>
    <description> &lt;p&gt;What exactly do you mean? (sorry, im still a little new at perl)&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 Aug 2000 20:29:03 +0000</pubDate>
 <dc:creator>Laguna Loire</dc:creator>
 <guid isPermaLink="false">comment 1069022 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/stupid-script-help#comment-1069017</link>
    <description> &lt;p&gt;I meant why do you embed the subroutine calls, I know why you put them in subs; I did not ask correctly. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 Aug 2000 18:02:59 +0000</pubDate>
 <dc:creator>richjb</dc:creator>
 <guid isPermaLink="false">comment 1069017 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/stupid-script-help#comment-1069010</link>
    <description> &lt;p&gt;1.  I put them in subs. because the program calls on them several times, not just once.  I want to be able to edit the html and other things for each section without having to change it in each section.&lt;/p&gt;
&lt;p&gt;2.  I guess I did!  Thanks!&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 Aug 2000 15:17:37 +0000</pubDate>
 <dc:creator>Laguna Loire</dc:creator>
 <guid isPermaLink="false">comment 1069010 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/stupid-script-help#comment-1068992</link>
    <description> &lt;p&gt;Look at the bolded info below:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
#Mail to ##################################&lt;br /&gt;
} elsif ($action eq &quot;mailto&quot;) {&lt;br /&gt;
$user = $form{&#039;user&#039;};&lt;br /&gt;
&lt;strong&gt;{&amp;header;}{&amp;amp;decodenames;} #Why do you put them in subroutines?&lt;/strong&gt;&lt;br /&gt;
print qq|&lt;br /&gt;
$user&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;
 (YOU JUST DEFINED ACTION TWICE)&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[edit]Forgot to end quote[/edit]&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 Aug 2000 05:39:36 +0000</pubDate>
 <dc:creator>richjb</dc:creator>
 <guid isPermaLink="false">comment 1068992 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
