<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001135" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001135</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-and-server-resources#comment-1004951</link>
    <description> &lt;p&gt;Well, then printing the HTML to an html file would definately take up the most resources. using print and EOF are the same thing and will take up the same amount of resources.&lt;/p&gt;
&lt;p&gt;Can I suggest using something like this?&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;
print qq~
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;SOmething&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
~;
[/code]

print qq~ will print until it see&#039;s another ~ then it will stop printing.

So you could use print qq! print qq@ print qq# or whatever you wanted. &lt;/pre&gt;&lt;/blockquote&gt;</description>
     <pubDate>Mon, 05 Jun 2000 13:41:00 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1004951 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-and-server-resources#comment-1004950</link>
    <description> &lt;p&gt;yeah, instead of using eof&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com/search-engines/resources/webmaster_tools/&quot; class=&quot;bb-url&quot;&gt;&lt;strong&gt;CLICK&lt;/strong&gt;&lt;/a&gt; 4 some tested resources for making money $, hosting, and web promotions.&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com&quot; class=&quot;bb-url&quot;&gt;&lt;strong&gt;My Site&lt;/strong&gt;&lt;/a&gt; got hacked, but i&#039;m coming back?&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Jun 2000 01:07:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1004950 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-and-server-resources#comment-1004949</link>
    <description> &lt;p&gt;When you say using print to print HTML to an HTML file do you mean Perl would open the file and print the HTML to it?&lt;/p&gt;
 </description>
     <pubDate>Sat, 03 Jun 2000 06:24:00 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1004949 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
