<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000999" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000999</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/can-someone-explain-wierd#comment-1004231</link>
    <description> &lt;p&gt;ok, i guess it works fine.  must be a bug in perlbuilder1.0.&lt;/p&gt;
&lt;p&gt;thanks for the replies everyone&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Mar 2000 05:00:00 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1004231 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/can-someone-explain-wierd#comment-1004230</link>
    <description> &lt;p&gt;roBofh, i have a current version of perl installed, but i am using perlbuilder which seems to be kind of buggy.  maybe the problem is in perlbuilder.   ill try running it from a prompt when i get home&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Mar 2000 22:52:00 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1004230 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/can-someone-explain-wierd#comment-1004229</link>
    <description> &lt;p&gt;well, the page does use an external style sheet, however these are styles local, specific to the page being generated and not included in the external style sheet.&lt;/p&gt;
&lt;p&gt;return &amp;lt;&amp;lt;END_STYLE; #produces identical results&lt;/p&gt;
&lt;p&gt;i havnt tried&lt;br /&gt;
print &amp;lt;&amp;lt;END_STYLE;&lt;br /&gt;
but i assume it will give me the same results.&lt;/p&gt;
&lt;p&gt;this is not actually the entire subroutine, just a piece of it i wrote for the purpose of debugging this thing.  granted there are many other ways to achieve what i want to do but this is the easiest way.&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Mar 2000 21:58:00 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1004229 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/can-someone-explain-wierd#comment-1004227</link>
    <description> &lt;p&gt;try using&lt;br /&gt;
&lt;BLOCKQUOTE&gt;code:&lt;/blockquote&gt;&lt;/p&gt;
&lt;pre&gt;
$style = qq|
STYLE HERE
|;
[/code] &lt;/pre&gt;</description>
     <pubDate>Wed, 01 Mar 2000 21:51:00 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1004227 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/can-someone-explain-wierd#comment-1004228</link>
    <description> &lt;p&gt;I copied and pasted your stuff on to one of my machines, and it worked fine.  Perhaps you are doing some other manipulation to the return value of STYLE somewhere?  BTW, what version of perl are you using?  Me, I&#039;ve got version 5.005_03 built for i686-linux-thread.&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Mar 2000 21:51:00 +0000</pubDate>
 <dc:creator>roBofh</dc:creator>
 <guid isPermaLink="false">comment 1004228 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/can-someone-explain-wierd#comment-1004226</link>
    <description> &lt;p&gt;Just a suggestion, but perhaps the semi-colon after the quotes is causing some issues?&lt;/p&gt;
&lt;p&gt;Quick question, too -- why are you adding the CSS in the Perl?  Would it not be easier (especially for such a great length) to have it as an included file instead?  Or even use a global style sheet and call to that?&lt;/p&gt;
&lt;p&gt;I am tremendously curious, please let me know!&lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; Suzanne&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.zerocattle.com&quot; class=&quot;bb-url&quot;&gt;Zero Cattle&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/&quot; class=&quot;bb-url&quot;&gt;Suzanne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;Tables DeMystified&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Mar 2000 20:23:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1004226 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/can-someone-explain-wierd#comment-1004225</link>
    <description> &lt;p&gt;sorry, that&#039;s over my head.  clearly, i&#039;ve still got lots to learn about perl.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Earn $1 + CPM NOW from bottom of the page banners!&lt;a href=&quot;http://www.websitesponsors.com/cgi-bin/cpm/welcome?strategy&quot; class=&quot;bb-url&quot;&gt; CLICK 4 CASH&lt;/a&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Mar 2000 05:01:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1004225 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
