<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020792" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020792</link>
    <description></description>
    <language>en</language>
          <item>
    <title>The first topic is up for the perl workshop</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/i-am-starting-perl-workshop#comment-1128163</link>
    <description> &lt;p&gt;The perl workshop starts today, and the first topic is posted. We are running a free perl workshop which will take place over the next ten weeks at &lt;a href=&quot;http://linux.biondosmith.com&quot; class=&quot;bb-url&quot;&gt;http://linux.biondosmith.com&lt;/a&gt; . Although free, registration is required - you need to use a valid email address. This will be an interactive online workshop - we will learn to install, read and modify freeware cgi-scripts, and using the skills this teaches us we will write our own. Emphasis will be on the reusability of code, and the course will complete a class project - we will write a form-mail program that executes some user-validation features.&lt;/p&gt;
&lt;p&gt;Response to argument about PHP vs perl.&lt;/p&gt;
&lt;p&gt;I like PHP, also.  It really isn&#039;t difficult to switch from one to the other (many of the functions are nearly identical - the concepts are similar).  I am doing a perl workshop first because of the ubiquity of free  perl scripts.  I will be doing a php workshop this summer &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;&lt;a href=&quot;http://linux.biondosmith.com&quot; class=&quot;bb-url&quot;&gt;http://linux.biondosmith.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 Mar 2003 19:18:26 +0000</pubDate>
 <dc:creator>biondosmith</dc:creator>
 <guid isPermaLink="false">comment 1128163 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/i-am-starting-perl-workshop#comment-1127890</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by zollet &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Wil,&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;...could do such template system with PHP as well. However, most users choose not to probably because of the mentioned reason. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Many large PHP projects &lt;strong&gt;do&lt;/strong&gt; have HTML seperated from code in other classes, includes, templates, etc.&lt;/p&gt;
&lt;p&gt;I noticed you were using myPHPNuke.  If its like PHPNuke then you&#039;ll see that there isn&#039;t much HTML within the core files.&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Mar 2003 16:16:41 +0000</pubDate>
 <dc:creator>Cog</dc:creator>
 <guid isPermaLink="false">comment 1127890 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/i-am-starting-perl-workshop#comment-1127838</link>
    <description> &lt;p&gt;Thanks for the post.  This reminds me of a &#039;Workshop&#039; I had earlier, so I&#039;ve decided to revive COSF (CGI Open Source F____).  I&#039;m still not sure what the &#039;F&#039; will be.&lt;/p&gt;
&lt;p&gt;More info &lt;a href=&quot;http://www.webmaster-forums.net/showthread.php?s=&amp;amp;threadid=20818&quot; class=&quot;bb-url&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 Mar 2003 23:15:50 +0000</pubDate>
 <dc:creator>Cog</dc:creator>
 <guid isPermaLink="false">comment 1127838 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/i-am-starting-perl-workshop#comment-1127816</link>
    <description> &lt;p&gt;Wil,&lt;/p&gt;
&lt;p&gt;I&#039;ve coded Perl/CGI for many years before I went over to PHP for a couple of years ago. I agree with your point, but I would just like to add that you could do such template system with PHP as well. However, most users choose not to probably because of the mentioned reason.&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 Mar 2003 12:29:07 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1127816 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/i-am-starting-perl-workshop#comment-1127814</link>
    <description> &lt;p&gt;I agree with the argument that PHP was designed for the web and has good use as web applications.&lt;/p&gt;
&lt;p&gt;My only gripe is the fact that you mix HTML and code. With Perl I can use a templating system and keep HTML code completly sepearte from any Perl code which helps a great deal if you&#039;re working with developers and designers. But I guess if you&#039;re the developer and designer then PHP makes sense.&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 Mar 2003 12:00:57 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1127814 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/i-am-starting-perl-workshop#comment-1127768</link>
    <description> &lt;p&gt;I think many people who are new to this choose PHP over Perl because PHP has an easier learning curve to it.  I know I did.  I knew what I wanted to do, but had a hard time finding out how to do it in Perl.  And I found the PHP docs easier for me to navigate and search.  Now, I&#039;m not so intimidated (sp?) by Perl (and all those modules)... just to lazy to get back into it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Mar 2003 21:54:56 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1127768 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/i-am-starting-perl-workshop#comment-1127762</link>
    <description> &lt;p&gt;Yes, Perl is a lot more powerful than PHP but as Mark mentioned, PHP was designed for the web and is much easier to work with. I know people that woukld never dream about writin a script in Perl are now making their own scripts with PHP.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Mar 2003 18:54:04 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1127762 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/i-am-starting-perl-workshop#comment-1127754</link>
    <description> &lt;p&gt;I&#039;m not convinced PHP is superior, but do know that it was designed specifically for the web.  PERL has many additions that have been written for web use, but I can&#039;t help but feel that Perl has a higher overhead.&lt;/p&gt;
&lt;p&gt;I would say that Perl is more powerfull, though.  But I attribute that to it&#039;s background in unix.  I beleive it was create to be similar to but more more powerfull than a shell script (or awk/sed script).&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Mar 2003 17:43:02 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1127754 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/i-am-starting-perl-workshop#comment-1127748</link>
    <description> &lt;p&gt;dream on... ;o)&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Mar 2003 16:06:57 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1127748 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/i-am-starting-perl-workshop#comment-1127637</link>
    <description> &lt;p&gt;Because Perl is still superior? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Mar 2003 10:24:59 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1127637 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
