<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012702" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012702</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/testing-server#comment-1073444</link>
    <description> &lt;p&gt;what is the error you get? (I&#039;m assuming your getting a 500)&lt;/p&gt;
&lt;p&gt;My 2 cents are betting on the path.&lt;br /&gt;
I may be wrong, but if it&#039;s on an NT box, don&#039;t you need to start with a drive letter?  I do on my Win98...&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Nov 2000 07:00:04 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1073444 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Actually...</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/testing-server#comment-1073423</link>
    <description> &lt;p&gt;Since you mention perl.exe, I asusme you are on an NT server and therefore perl is NOT located in /usr/bin/perl or such.&lt;/p&gt;
&lt;p&gt;The first and most important thing you you need to do is ask your host how perl is called.  #!/perl/perl may work, but you may need to link to /perl/perl.exe or something totally different, depending on how iis is mapped.&lt;/p&gt;
&lt;p&gt;You will also want to add a content header before you print anything.  To do so, add the code &lt;strong&gt;print &quot;Content-type: text/html\n\n&quot;;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Enjoy and good luck!&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Nov 2000 23:42:37 +0000</pubDate>
 <dc:creator>Ted Sindzinski</dc:creator>
 <guid isPermaLink="false">comment 1073423 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/testing-server#comment-1073419</link>
    <description> &lt;p&gt;The path you have specified would not work, because perl is always stored on your ISP as either /usr/bin/perl or /usr/local/bin/perl. Try changing the line at the top of your script to one of these two.&lt;/p&gt;
&lt;p&gt;Also, you need to write a Content-type: text/html header fr that script to work. Here is an amended version:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#!/usr/bin/perl (or #!/usr/local/bin/perl)&lt;br /&gt;print &amp;quot;Content-type: text/html\n\n&amp;quot;;&lt;br /&gt;print &amp;quot;test&amp;quot;;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Nov 2000 17:14:29 +0000</pubDate>
 <dc:creator>voicebox</dc:creator>
 <guid isPermaLink="false">comment 1073419 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
