<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022029" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022029</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/does-anyone-use-perl#comment-1135990</link>
    <description> &lt;p&gt;lol. perl is very useful in cgi. like i said, it was made for sys admin, but wsa so powerful it can be used as a strict programmming lang among other things. part of it&#039;s strength is the extreme versatility&lt;/p&gt;
 </description>
     <pubDate>Sun, 10 Aug 2003 03:35:59 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1135990 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/does-anyone-use-perl#comment-1135883</link>
    <description> &lt;p&gt;How strange that this hosting only comes with Perl, I would imagine people would prefer to have dynamic pages as opposed to sys admin scripting...Makes no sense - but then this is British Telecom we&#039;re talking about here &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Aug 2003 08:02:25 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1135883 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/does-anyone-use-perl#comment-1135864</link>
    <description> &lt;p&gt;perl was meant to be a scripting language to compliment and streamline network administration and sys administration.&lt;/p&gt;
&lt;p&gt;with each revision it becomes more powerful, versatile, and useful.&lt;br /&gt;
while a scripting language at it&#039;s base, it can be used in place of a programming language if needed, and due to it&#039;s use in cgi, in place of php or asp as a dynamic page handler. &lt;/p&gt;
&lt;p&gt;i only onw one person that uses it like that. i use it as it was originally meant, to write scripts to do the network/sysadmin stuff&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Aug 2003 00:30:48 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1135864 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/does-anyone-use-perl#comment-1135817</link>
    <description> &lt;p&gt;Thanks for all the help guys...Think i have a rough idea of the differences between simple scripting and Perl now, cheers!&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Aug 2003 14:23:14 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1135817 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/does-anyone-use-perl#comment-1135812</link>
    <description> &lt;p&gt;the problem with dll is that they are compiled so code maintenance is harder as is debuging. Plus you need tools to compile it suppose you&#039;re customer find a bug when youre not close to one of your pc  with perl you could use notepad to solve the probleme with dll you absolutly need a vb or c compiler (And i don&#039;t say nothing about the cost of those software)&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Aug 2003 12:45:24 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1135812 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/does-anyone-use-perl#comment-1135811</link>
    <description> &lt;p&gt;Sorry Mark I was being unclear &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I was talking about the way ASP has to use COM components for many tasks (e.g. ADO for database access). Since this is built-in to the Perl libraries (and therefore loaded at the same time as Perl itself) there is no COM overhead; so Perl will always have the advantage of being faster.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Aug 2003 10:13:04 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1135811 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/does-anyone-use-perl#comment-1135808</link>
    <description> &lt;p&gt;Hmm.. this isn&#039;t something I&#039;ve done myself.  A coworker of mine (almost 3 years ago) used to compile his code and use it that way.&lt;/p&gt;
&lt;p&gt;Being compiled, it runs much quicker.  My guess would be that it would depend on the number of components you&#039;re loading and the ratio between compiled and interpreted.  The more that is compiled, the greater the benifit.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Aug 2003 09:40:56 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1135808 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/does-anyone-use-perl#comment-1135804</link>
    <description> &lt;p&gt;Ah, I understand - thanks for that, is the syntax for Perl similair to PHP? I&#039;ve done PHP - but hardly looked at Perl!&lt;/p&gt;
&lt;p&gt;PHP can interact with the shell of the host system - Is Perl more suitable for this kind of operation because it includes functions from the host system in its own library?&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
&lt;p&gt;[EDIT]&lt;br /&gt;
Mark, wouldn&#039;t loading COM components via an ASP script be an overhead Perl wouldn&#039;t have?&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Aug 2003 07:51:59 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1135804 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/does-anyone-use-perl#comment-1135799</link>
    <description> &lt;p&gt;I would agree that Perl is more powerfull than ASP alone.  But when you start utilizing DLL&#039;s with your ASP, watch out... it&#039;ll be a close race.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Aug 2003 07:37:52 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1135799 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/does-anyone-use-perl#comment-1135791</link>
    <description> &lt;p&gt;I would say they are being backwards, as much as naive. Perl is VERY powerfull langauge. More so then PHP or ASP could ever hope to be, and there is a reason for it. Perl is a really a shell language, meaning it is ment for running direct as script to influence the system.&lt;/p&gt;
&lt;p&gt;PHP, ASP, CFM, etc. are web scripting languages designed for the internet. They are normally more effcient in the web processing. However Perl can afford you nearly all (I would venture to say EVERY) feature PHP can offer you. However to get to the same end result requires more work, and Perl is a little bit more pickey with its systax and errors. You will get 500 server errors more then a nice little Error on line 456 unexpect $, but you still get those too &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;.&lt;/p&gt;
&lt;p&gt;It isnt a bad thing to have just Perl, but it is not a great thing. In this case if you are desinging/coding for the client I would inform them that this may hurt their costs more so then giving up the hosting and putting it where a web scripting language is available, one like PHP.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Aug 2003 05:43:28 +0000</pubDate>
 <dc:creator>ShaneS</dc:creator>
 <guid isPermaLink="false">comment 1135791 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
