<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000996" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000996</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/whats-learning-curve-perl#comment-1004212</link>
    <description> &lt;p&gt;I found Perl For Dummies 2nd Edition fairly thorough, with the O&#039;Reilly Pocket Reference on the side.&lt;/p&gt;
&lt;p&gt;Also...&lt;/p&gt;
&lt;p&gt; &lt;a href=&quot;http://www.cgi101.com/class/&quot; class=&quot;bb-url&quot;&gt;http://www.cgi101.com/class/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt; &lt;a href=&quot;http://stars.com/Authoring/Scripting/Tutorial/toc.html&quot; class=&quot;bb-url&quot;&gt;http://stars.com/Authoring/Scripting/Tutorial/toc.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt; &lt;a href=&quot;http://www.ncsa.uiuc.edu/General/Training/PerlIntro/&quot; class=&quot;bb-url&quot;&gt;http://www.ncsa.uiuc.edu/General/Training/PerlIntro/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt; &lt;a href=&quot;http://www.irt.org&quot; class=&quot;bb-url&quot;&gt;http://www.irt.org&lt;/a&gt;   (thorough tutorials and code)&lt;/p&gt;
&lt;p&gt;As far as the actual learning curve, if you have any programming experience, even JavaScript, it is fairly minimal.  The trick is to not move on until you ACTUALLY understand the chapter.  I kept trying to leap ahead to serve my own needs, but eventually I wised up and started at the beginning again and did it right.&lt;/p&gt;
&lt;p&gt; &lt;a href=&quot;http://www.activestate.com&quot; class=&quot;bb-url&quot;&gt;www.activestate.com&lt;/a&gt;   has a perl for windows that is just great for testing if you don&#039;t have telnet capabilities and still want to learn.&lt;/p&gt;
&lt;p&gt;Have fun!&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;
&lt;p&gt;[This message has been edited by Suzanne (edited 01 March 2000).]&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Mar 2000 20:11:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1004212 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/whats-learning-curve-perl#comment-1004211</link>
    <description> &lt;p&gt;Sorry, but not everyone is as smart as you Japhy  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;The fireburn.com Network:&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;LI&gt; &lt;a href=&quot;http://www.fireburn.com&quot; class=&quot;bb-url&quot;&gt;fireburn.com&lt;/a&gt; &lt;em&gt;[www.fireburn.com]&lt;/em&gt;&lt;br /&gt;
&lt;/li&gt;&lt;LI&gt; &lt;a href=&quot;http://www.flamehosting.com&quot; class=&quot;bb-url&quot;&gt;Flame Hosting&lt;/a&gt; &lt;em&gt;[www.flamehosting.com]&lt;/em&gt;&lt;br /&gt;
&lt;/li&gt;&lt;LI&gt; &lt;a href=&quot;http://www.ineffabledesigns.com&quot; class=&quot;bb-url&quot;&gt;Ineffable Designs&lt;/a&gt; &lt;em&gt;[www.ineffabledesigns.com]&lt;/em&gt;&lt;br /&gt;
&lt;/li&gt;&lt;LI&gt; &lt;a href=&quot;http://www.webmasters-portal.com&quot; class=&quot;bb-url&quot;&gt;The Webmasters Portal&lt;/a&gt; &lt;em&gt;[www.webmasters-portal.com]&lt;/em&gt;&lt;/li&gt;&lt;/p&gt;
&lt;p&gt;[This message has been edited by Justin Stayton (edited 29 February 2000).]&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Mar 2000 02:36:00 +0000</pubDate>
 <dc:creator>Justin S</dc:creator>
 <guid isPermaLink="false">comment 1004211 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/whats-learning-curve-perl#comment-1004210</link>
    <description> &lt;p&gt;Sigh.  The first chapter of &quot;Learning Perl&quot; is entitled &quot;An Overview of Perl&quot;.  That&#039;s exactly what it is.  Skip over it if you don&#039;t want to see some of the things Perl can do.  Chapter 2 is where the real learning begins, and it is a simple (and proper) introduction to scalars.  Very basic thing.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
--&lt;br /&gt;
MIDN 4/C PINYAN, NROTCURPI, US Naval Reserve&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Mar 2000 02:32:00 +0000</pubDate>
 <dc:creator>japhy</dc:creator>
 <guid isPermaLink="false">comment 1004210 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/whats-learning-curve-perl#comment-1004209</link>
    <description> &lt;p&gt;I own the book Learning Perl (2nd Edition), and when I first read it I found it very confusing. I got to about the 2nd chapter. So I got a CGI book instead, read that, and than Perl was much easier. But maybe it&#039;s just me...&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;The fireburn.com Network:&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;LI&gt; &lt;a href=&quot;http://www.fireburn.com&quot; class=&quot;bb-url&quot;&gt;fireburn.com&lt;/a&gt; &lt;em&gt;[www.fireburn.com]&lt;/em&gt;&lt;br /&gt;
&lt;/li&gt;&lt;LI&gt; &lt;a href=&quot;http://www.flamehosting.com&quot; class=&quot;bb-url&quot;&gt;Flame Hosting&lt;/a&gt; &lt;em&gt;[www.flamehosting.com]&lt;/em&gt;&lt;br /&gt;
&lt;/li&gt;&lt;LI&gt; &lt;a href=&quot;http://www.ineffabledesigns.com&quot; class=&quot;bb-url&quot;&gt;Ineffable Designs&lt;/a&gt; &lt;em&gt;[www.ineffabledesigns.com]&lt;/em&gt;&lt;br /&gt;
&lt;/li&gt;&lt;LI&gt; &lt;a href=&quot;http://www.webmasters-portal.com&quot; class=&quot;bb-url&quot;&gt;The Webmasters Portal&lt;/a&gt; &lt;em&gt;[www.webmasters-portal.com]&lt;/em&gt;&lt;/li&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 29 Feb 2000 23:28:00 +0000</pubDate>
 <dc:creator>Justin S</dc:creator>
 <guid isPermaLink="false">comment 1004209 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/whats-learning-curve-perl#comment-1004208</link>
    <description> &lt;p&gt;Hello-&lt;br /&gt;
I&#039;m hardly the brightest person the Internet, and I learned it (much to my surprise) in just a few weeks.&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Casey Hansen&lt;br /&gt;
&lt;a href=&quot;http://www.caseynet.com&quot; title=&quot;http://www.caseynet.com&quot;&gt;http://www.caseynet.com&lt;/a&gt;&lt;br /&gt;
&quot;Computer geeks with attuitude&quot;&lt;/p&gt;
 </description>
     <pubDate>Tue, 29 Feb 2000 12:46:00 +0000</pubDate>
 <dc:creator>Y-2-Casey</dc:creator>
 <guid isPermaLink="false">comment 1004208 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/whats-learning-curve-perl#comment-1004207</link>
    <description> &lt;p&gt;Perl in my opinion was very easy to learn. But your talking to a guy who eats C for breakfast and dreams about UNIX shell scripts.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;But the book Learning Perl 2nd Edition. It will teach you everything.&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Feb 2000 05:37:00 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1004207 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
