<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000874" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000874</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/perl-embedded-html#comment-1003725</link>
    <description> &lt;p&gt;There is such a thing as Perlscript. It&#039;s not widely used on the client side because in order to use it, the client must have a perl compiler installed on his/her computer. It is rather popular though for Apache, which has a module that allows ASP through Perlscript. Go to  &lt;a href=&quot;http://perlscripters.com&quot; class=&quot;bb-url&quot;&gt;http://perlscripters.com&lt;/a&gt; , you&#039;d be surprised at the amount of Perlscript resources there are out there.&lt;/p&gt;
&lt;p&gt;------------------&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Dec 1999 03:16:00 +0000</pubDate>
 <dc:creator>Gil</dc:creator>
 <guid isPermaLink="false">comment 1003725 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/perl-embedded-html#comment-1003724</link>
    <description> &lt;p&gt;Malte, yup forgot to tell that.  If you were to use &amp;lt;script src=....&amp;gt;&amp;lt;/script&amp;gt; when you printed text you would need to use&lt;br /&gt;
document.write(TEXT HERE&#039;)&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;A &#039;jiffy&#039; is an actual unit of time for 1/100th of a second.&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Dec 1999 21:00:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1003724 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/perl-embedded-html#comment-1003723</link>
    <description> &lt;p&gt;Without using SSI to include the CGI scripts you CAN embed Perl directly into the HTML document if your server/host supports EPerl (Embedded Perl). Contact your host to see if they support it. If not, send them to: &lt;a href=&quot;http://www.engelschall.com/sw/eperl/&quot; class=&quot;bb-url&quot;&gt;http://www.engelschall.com/sw/eperl/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Dec 1999 20:47:00 +0000</pubDate>
 <dc:creator>Maverick</dc:creator>
 <guid isPermaLink="false">comment 1003723 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/perl-embedded-html#comment-1003722</link>
    <description> &lt;p&gt;I dont see how &amp;lt;script src...&lt;/p&gt;
&lt;p&gt;would work, unless the output of the cgi would be of the MIME type &quot;text/javascript&quot;&lt;/p&gt;
&lt;p&gt;Later,&lt;/p&gt;
&lt;p&gt;Malte&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Malte Ubl - &lt;a href=&quot;http://www.Boardzilla.org&quot; class=&quot;bb-url&quot;&gt;www.Boardzilla.org&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
Communication:  public&amp;lt;-&amp;gt;programmers&lt;br /&gt;
of the &lt;strong&gt;Boardzilla BB&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Dec 1999 20:33:00 +0000</pubDate>
 <dc:creator>Malte</dc:creator>
 <guid isPermaLink="false">comment 1003722 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/perl-embedded-html#comment-1003721</link>
    <description> &lt;p&gt;wow really?  for some reason i didn&#039;t think you could do ssi w/ cgi... welp, i&#039;ll go check on that now.  thanks&lt;/p&gt;
&lt;p&gt;-benc&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Dec 1999 18:22:00 +0000</pubDate>
 <dc:creator>benc</dc:creator>
 <guid isPermaLink="false">comment 1003721 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/perl-embedded-html#comment-1003720</link>
    <description> &lt;p&gt;As Fairhousing was saying, you can use SSI.  So you could put:&lt;/p&gt;
&lt;p&gt;&amp;lt;!--#execute cgi=&quot;script.cgi&quot;--&amp;gt;&lt;/p&gt;
&lt;p&gt;You could also try using&lt;br /&gt;
&amp;lt;script src=&quot;script.cgi&quot;&amp;gt;&amp;lt;/script&amp;gt;.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;A &#039;jiffy&#039; is an actual unit of time for 1/100th of a second.&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Dec 1999 13:27:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1003720 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/perl-embedded-html#comment-1003719</link>
    <description> &lt;p&gt;think u may be talking bout ssi.  if ur host allows it may do what u want.  &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;Get paid to surf, email, and everything else online! 75 hrs a month at 55+ cents an hour! Beats AllAdvantage Easily. &lt;a href=&quot;http://www.getpaid4.com?fair&quot; class=&quot;bb-url&quot;&gt;CLICK 4 DETAILS&lt;/a&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Dec 1999 04:07:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1003719 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
