<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:s="http://www.techrepublic.com/search" xmlns:dc="http://purl.org/dc/elements/1.1/"  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
    <title><![CDATA[Discussion on 10 things every Perl hacker should know ]]></title>
    <link><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274]]></link>
    <atom:link rel="hub" type="application/rss+xml" href="http://pubsubhubbub.appspot.com/" />
    <atom:link rel="self" type="application/rss+xml" href="http://www.techrepublic.com/forum/discussions/87-195274/rss" />

    <description><![CDATA[]]></description>
    <language>en-us</language>
    <lastBuildDate>2013-05-22T15:00:47-07:00</lastBuildDate>
             

    <item>
        <title><![CDATA[Well I don't know anything about Perl but...]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2662099]]></link>
        <description><![CDATA[The OP is over 2 1/2 years oldJust thought I would point that out.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2662099]]></guid>
        <dc:creator><![CDATA[jimmy-jam]]></dc:creator>
        <pubDate>Tue, 16 Dec 2008 12:15:18 -0800</pubDate>
    </item>
             

    <item>
        <title><![CDATA[RE: 10 things every Perl hacker should know]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2662073]]></link>
        <description><![CDATA[.plx extension?First I've heard of it, or if I did know, I've forgotten.Considering the many Perl scripts I've already written with .pl, I probably won't be using .plx anytime soon.And .pl is suppose to be a Perl library?When's the last time anyone used Perl libraries?]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2662073]]></guid>
        <dc:creator><![CDATA[jkstill]]></dc:creator>
        <pubDate>Tue, 16 Dec 2008 11:56:34 -0800</pubDate>
    </item>
             

    <item>
        <title><![CDATA[interesting]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2029583]]></link>
        <description><![CDATA[Thanks for the info on the name's origin, although anything coming from Wikipedia I must take with a few grains of salt. Yes, I have the 2nd Edition, by Randal L. Schwartz and Tom Christiansen, with Foreword by Larry Wall.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2029583]]></guid>
        <dc:creator><![CDATA[Colonel Panijk]]></dc:creator>
        <pubDate>Tue, 06 Jun 2006 17:30:48 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[Matthew made it up!]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2028194]]></link>
        <description><![CDATA[According to Wikipedia:Perl was originally named &quot;Pearl&quot;, after &quot;the pearl of great price&quot; of Matthew 13:46. Larry Wall wanted to give the language a short name with positive connotations; he claims that he looked at (and rejected) every three- and four-letter word in the dictionary. He also considered naming it after his wife Gloria. Wall discovered before the language's official release that there was already a programming language named PEARL and changed the spelling of the name.note: Schwartz and Christiansen?  Apparently, you have the same edition of Learning Perl that rests on my shelf.  I can't swear to it, having never laid eyes on a first edition, but I'm pretty sure it originally only bore Randal Schwartz's name (I suppose I should ask him next time I correspond with him).  The second edition (which is what I own) also bears Christiansen's name, and the words &quot;UNIX programming&quot; grace its cover near the top.  The third edition is credited to Schwartz and Tom Phoenix (the same credit on Learning Perl Objects, References, and Modules, also an excellent book that has in its second edition come to be called Intermediate Perl): the third edition has had a significant bit of its unixy bias cut from it.  The fourth edition is credited to &quot;Randal L. Schwartz, Tom Phoenix, and brian d foy&quot;, with the latter being a well-known member of the PerlMonks community.  According to brian d foy, the last vestiges of platform-specific bias were removed from the text of the book and some rearrangement was done.Err, that was a bit more than I initially intended to say.  I just happened to notice that you credited the authors listed on the second edition, which is the same edition I have on my shelf.  I've read parts of the fourth edition, however.  There are definitely parts of the second edition I prefer, but since I've been doing basically all of my Perl work with unices in mind as the platform, the platform-agnostic approach of the fourth edition isn't terribly important to me.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2028194]]></guid>
        <dc:creator><![CDATA[apotheon]]></dc:creator>
        <pubDate>Mon, 05 Jun 2006 11:24:55 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[So what IS the origin of &quot;Perl&quot;?]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2028151]]></link>
        <description><![CDATA[You state that Perl is a made-up name. In &quot;Learning Perl&quot; (Schwartz &amp; Christiansen, O'Reilly) the authors state that Larry Wall endorses both &quot;Practical Extraction and Report Language&quot; and &quot;Pathologically Eclectic Rubbish Lister&quot;. So, if both of those are merely backfitted acronyms, where DID the name Perl come from? Curious Perlers want to know!]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2028151]]></guid>
        <dc:creator><![CDATA[Colonel Panijk]]></dc:creator>
        <pubDate>Mon, 05 Jun 2006 10:12:30 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[backticks]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2019744]]></link>
        <description><![CDATA[That'd be backticks.  For example:`ls`;Don't accidentally use apostrophes/single-quotes for that, or you'll just ned up with an unparsed string instead of an executed shell command.  Of course, while backticks are great in brief admin scripts, they're pretty nonportable since you have to have the same shell and/or programs available on every system where you choose to run your Perl program, so know your userbase when deciding whether to use backticks.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2019744]]></guid>
        <dc:creator><![CDATA[apotheon]]></dc:creator>
        <pubDate>Thu, 25 May 2006 14:55:54 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[Ticks are your friends]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2019714]]></link>
        <description><![CDATA[Don't forget you can insert command line commands right into Perl with a simple 'So I can use command line commands without having to reinvent them!  Oh and if you are doing any string parsing make sure to use Perl.  It has the Boyer-Moore algorithm built right in!  Plus Perl doesn't have any of those stupid immutable type issues of Python *ducks*]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2019714]]></guid>
        <dc:creator><![CDATA[jmgarvin]]></dc:creator>
        <pubDate>Thu, 25 May 2006 14:19:25 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[What is your Perl of wisdom?]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2019703]]></link>
        <description><![CDATA[The downloadable version of this article is available here:http://techrepublic.com.com/5138-3513-6077060.htmlAre you an expert Perl programmer? What additional advice can you give aspiring Perl users? What is your favorite Perl script?]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/87-195274-2019703]]></guid>
        <dc:creator><![CDATA[Mark W. Kaelin]]></dc:creator>
        <pubDate>Thu, 25 May 2006 13:11:37 -0700</pubDate>
    </item>
    </channel>
</rss>

