<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Learning Perl in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592004#M103848</link>
    <description>In a sense, you've answered your own question. O'reilly's "Learning Perl" is an excellent starting point. I would then go on to their "Programming Perl", "Perl Cookbook", and "Advanced Perl Programmimg" --- probably in that order. Another O'reilly book I find useful is "Mastering Algorithms with Perl."&lt;BR /&gt;&lt;BR /&gt;Whatever sources you choose, first and foremost, MASTER regular expressions and then MASTER Perl's extended regular expressions. Your Perl will be extremely limited until you do this.&lt;BR /&gt;</description>
    <pubDate>Thu, 28 Jul 2005 11:32:42 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-07-28T11:32:42Z</dc:date>
    <item>
      <title>Learning Perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592000#M103844</link>
      <description>Does anyone have some good book recommendations for Perl?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Michelle</description>
      <pubDate>Thu, 28 Jul 2005 11:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592000#M103844</guid>
      <dc:creator>Michelle Barton</dc:creator>
      <dc:date>2005-07-28T11:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592001#M103845</link>
      <description>Michelle,&lt;BR /&gt;&lt;BR /&gt;Merijn has some recommendations under the Perl section of his page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/#Perl" target="_blank"&gt;http://mirrors.develooper.com/hpux/#Perl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 28 Jul 2005 11:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592001#M103845</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-28T11:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592002#M103846</link>
      <description>The Camel book&lt;BR /&gt;&lt;BR /&gt;Programming Perl by O'Reilly has been most valuable to me.  It's written by Larry Wall, Tom Christiansen &amp;amp; Jon Orwant</description>
      <pubDate>Thu, 28 Jul 2005 11:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592002#M103846</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-07-28T11:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592003#M103847</link>
      <description>I got Picking Up Perl as my starting point and I found a link to in on these forums (I think).&lt;BR /&gt;&lt;BR /&gt;I'm sorry to say I can't find the post now.</description>
      <pubDate>Thu, 28 Jul 2005 11:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592003#M103847</guid>
      <dc:creator>Gavin Clarke</dc:creator>
      <dc:date>2005-07-28T11:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592004#M103848</link>
      <description>In a sense, you've answered your own question. O'reilly's "Learning Perl" is an excellent starting point. I would then go on to their "Programming Perl", "Perl Cookbook", and "Advanced Perl Programmimg" --- probably in that order. Another O'reilly book I find useful is "Mastering Algorithms with Perl."&lt;BR /&gt;&lt;BR /&gt;Whatever sources you choose, first and foremost, MASTER regular expressions and then MASTER Perl's extended regular expressions. Your Perl will be extremely limited until you do this.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jul 2005 11:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592004#M103848</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-07-28T11:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592005#M103849</link>
      <description>Well, I found myself buying books and not touching them not only on PERL but on myriad of other things as well. My take of learning anything is to find a pet project to yourself and go at it with the help of whatever documents you can find on the subject. &lt;BR /&gt;&lt;BR /&gt;I once found these two online resources quite helpful as the starting points:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://learn.perl.org/library/beginning_perl" target="_blank"&gt;http://learn.perl.org/library/beginning_perl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ebb.org/PickingUpPerl/pickingUpPerl_toc.html" target="_blank"&gt;http://www.ebb.org/PickingUpPerl/pickingUpPerl_toc.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you insist on written word, I'd have to go with the ca,el book suggestion as a desktop PERL reference, published by O'Reilly books (ISBN 1-56592-149-6)</description>
      <pubDate>Thu, 28 Jul 2005 11:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/learning-perl/m-p/3592005#M103849</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-28T11:36:32Z</dc:date>
    </item>
  </channel>
</rss>

