<?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: Which came first, the sed &amp;amp; awk or the Perl? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013969#M911998</link>
    <description>I would go for perl, it is more powerful than sed or awk.  &lt;BR /&gt;&lt;BR /&gt;If you master perl, then sed &amp;amp; awk will be that much easier.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
    <pubDate>Wed, 02 Jul 2003 18:37:18 GMT</pubDate>
    <dc:creator>Tim D Fulford</dc:creator>
    <dc:date>2003-07-02T18:37:18Z</dc:date>
    <item>
      <title>Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013966#M911995</link>
      <description>Ok, I've picked up a few scripting books recommended on the forum and I'm going to dive into them this weekend.  Which would be the logical first choice to read?  Sed &amp;amp; Awk, or Perl?  Does one lend itself to the other?  How much coffee should I make beforehand?&lt;BR /&gt;&lt;BR /&gt;Actually, one other question.  I have Cygwin on my laptop and can practice scripting at home.  Will I find the Cygwin versions of sed/awk/perl to be different than the HP-UX releases?  (extra pts for this one)&lt;BR /&gt;&lt;BR /&gt;Any thoughts are appreciated....&lt;BR /&gt;&lt;BR /&gt;Jim Mallett</description>
      <pubDate>Wed, 02 Jul 2003 18:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013966#M911995</guid>
      <dc:creator>Jim Mallett</dc:creator>
      <dc:date>2003-07-02T18:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013967#M911996</link>
      <description>Study BOTH, or ALL (depending on how you phrase it)&lt;BR /&gt;&lt;BR /&gt;I've been doing shell scripting in one form or fashion for nearly 20 years, and I'm still learning stuff.  Open in front of me on the desk I type this are 3 O'Reilly books: _Learning Perl_, _Effective Awk Programming_, and _Mastering Regular Expresssions_.&lt;BR /&gt;&lt;BR /&gt;These are all complementary, not competing.  They work together quite well.  I really know nothing of PERL, but am learning.  Sed &amp;amp; awk are what I use most commonly, but awk is a programming language all by itself.  Generally, PERL is considered a superset of awk.  &lt;BR /&gt;&lt;BR /&gt;Most importantly: LOTS of coffee, followed by beer.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 02 Jul 2003 18:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013967#M911996</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-07-02T18:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013968#M911997</link>
      <description>&lt;BR /&gt;Both are good BUT if I were starting over, I would go only with Perl. There is really nothing you can do with sed, awk, sort, grep, sh, ... that you can't do with Perl directly. The price you pay is that the learning curve is steeper but the regular expressions in Perl are on steroids. If you learn Perl RE's first then some of the things can't be applied to sed or awk.&lt;BR /&gt;&lt;BR /&gt;About the only thing I turn to awk first for is simple one-liners that print maybe the 3rd and 5th field of each line. Awk is a little simpler for tasks like that but Perl is really the weapon of choice these days.&lt;BR /&gt;&lt;BR /&gt;In a very real sense, the only need for awk/sed knowledge is to fix/maintain legacy code. All of my new scripting is Perl and as a bonus if carefully written will run platform independently -- and not just UNIX.&lt;BR /&gt;&lt;BR /&gt;Your Cygwin versions will be close enough. There will be minor awk differences and basically Perl 5.6 is Perl 5.6 but Perl will have modules that are OS/Platform specific but those are not the typical day-to-day Perl tasks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 18:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013968#M911997</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-02T18:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013969#M911998</link>
      <description>I would go for perl, it is more powerful than sed or awk.  &lt;BR /&gt;&lt;BR /&gt;If you master perl, then sed &amp;amp; awk will be that much easier.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Wed, 02 Jul 2003 18:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013969#M911998</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-02T18:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013970#M911999</link>
      <description>Perl is a whole programming language by itself and by far the most powerful of what you mentioned and it is extendable thru the addition of other modules.&lt;BR /&gt;&lt;BR /&gt;Sed and awk were made shortly after UNIX was invented.&lt;BR /&gt;&lt;BR /&gt;If you learn Perl, you may not need anything else.</description>
      <pubDate>Wed, 02 Jul 2003 18:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013970#M911999</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2003-07-02T18:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013971#M912000</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;If you want to be good in system then&lt;BR /&gt;you should learn every thing!&lt;BR /&gt;Perl is the best, you can do with what ever&lt;BR /&gt;you want.&lt;BR /&gt;&lt;BR /&gt;Sed&amp;amp;Awk give you the power in the command line.&lt;BR /&gt;&lt;BR /&gt;About the coffee so if you know programing&lt;BR /&gt;(line C, pascal, etc.) then it would be hard&lt;BR /&gt;so not to much coffee if not then you will need&lt;BR /&gt;more coffee.&lt;BR /&gt;&lt;BR /&gt;I know that perl in hpux (unix kind) a little&lt;BR /&gt;diffrent than in win systems, more function&lt;BR /&gt;you have on unix, but for basic programming&lt;BR /&gt;you would see a diffrent.&lt;BR /&gt;&lt;BR /&gt;Search on the net for book by O'really&lt;BR /&gt;you will find good books about perl, sed &amp;amp; awk&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Wed, 02 Jul 2003 18:38:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013971#M912000</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-02T18:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013972#M912001</link>
      <description>Well, the title of your question is answered much differently than your question.  First was ed, then sed, then awk, then perl.&lt;BR /&gt;&lt;BR /&gt;Now that that's overwith, here is what you need to master before handling any of the 3.  Regular expressions!&lt;BR /&gt;&lt;BR /&gt;sed, awk, and perl all use the same exact regular expressions.  If you can master in 1, you can master in all.  Since sed is the fastest way to test your regular expressions, get the knack for them here.&lt;BR /&gt;&lt;BR /&gt;Now for programming, if I went back in time I would have dont alot more of my work in Perl.  Sadly, perl is not available for at the same level for all Unices, and I work on many.  IMHO it would have been worth it to compile it for each and use it.&lt;BR /&gt;&lt;BR /&gt;As for practicing on your laptop with cygwin, the sed, awk and perl work the same.  However remember that the base OS is still windblows, so critical things you could do in Unix just can not possibly exist.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 02 Jul 2003 18:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013972#M912001</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-07-02T18:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013973#M912002</link>
      <description>Perl.&lt;BR /&gt;&lt;BR /&gt;Perl.&lt;BR /&gt;&lt;BR /&gt;Study alot of Perl.&lt;BR /&gt;&lt;BR /&gt;You can market Perl on your resume.  SED and AWK are mostly obsolete.&lt;BR /&gt;&lt;BR /&gt;Here's what you need to know about awk:&lt;BR /&gt;&lt;BR /&gt;cat file | awk '{ print $0 $1 $2 $3 }'&lt;BR /&gt;&lt;BR /&gt;That's it!&lt;BR /&gt;&lt;BR /&gt;Here what you need to know about sed:&lt;BR /&gt;&lt;BR /&gt;VAR=$(echo $PATH | sed -e -s "/\// /g" )&lt;BR /&gt;&lt;BR /&gt;That's it!&lt;BR /&gt;&lt;BR /&gt;Everything else can be done faster and more efficiently in perl.  And if you want to learn then copy and apply everything from this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x026250011d20d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x026250011d20d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Those books might be good for reference but don't read them cover to cover.&lt;BR /&gt;&lt;BR /&gt;Also, get a 4mm tape and start tar'ing all of your scripts onto tape so you always have them.</description>
      <pubDate>Wed, 02 Jul 2003 18:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013973#M912002</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-07-02T18:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013974#M912003</link>
      <description>Hi,&lt;BR /&gt;There may be one important reason why also learn something about awk and sed. You will find awk and sed on all Unix boxes but perhaps not Perl (and you are perhaps not allowed to install it everywhere). The same reason why it is important to know something about vi, it is always avialable.</description>
      <pubDate>Wed, 02 Jul 2003 19:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013974#M912003</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2003-07-02T19:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013975#M912004</link>
      <description>For the first part of the question: sed was first as it was written by Lee E. McMahon in 1973 or 1974, awk was next and was written in 1977. The name awk comes from the initials of its designers: Alfred V. Aho, Peter J. Weinberger, and Brian W. Kernighan and perl was last as it was first released in 1987 by Larry Wall.&lt;BR /&gt;&lt;BR /&gt;As previously stated it doesn't hurt to learn all of them.  Yes they do lend to each other in&lt;BR /&gt;some regards such as their support of regular expressions.&lt;BR /&gt;&lt;BR /&gt;For the final piece of the question there are some minor differences in the behavior and how it processes certain types of information between the Cygwin versions of sed and awk and the HP-UX versions.  Perl should be the same for both.</description>
      <pubDate>Wed, 02 Jul 2003 20:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013975#M912004</guid>
      <dc:creator>William Wong_2</dc:creator>
      <dc:date>2003-07-02T20:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013976#M912005</link>
      <description>Having been a code cutter before a SA, I prefer awk and sed myself.&lt;BR /&gt;&lt;BR /&gt;I think it depends what you are likely to be exposed to on a regular basis and how you think; Perl is obviously the up-and-coming environment, but I find awk and sed suit my programming style and experience (4GLs, old 80's programming training, COBOL, etc).&lt;BR /&gt;&lt;BR /&gt;Ask yourself this question, which of these  loops would be the way you would mentally structure the problem?&lt;BR /&gt;&lt;BR /&gt;Answer A: &lt;BR /&gt;&lt;BR /&gt;While not EOF&lt;BR /&gt;    Read from File&lt;BR /&gt;    count++&lt;BR /&gt;   &lt;BR /&gt;End Loop&lt;BR /&gt;Print Count&lt;BR /&gt;&lt;BR /&gt;Answer B:&lt;BR /&gt;&lt;BR /&gt;Print File, pass to a function that counts the lines and prints the result&lt;BR /&gt;&lt;BR /&gt;+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Answer A:- Use Perl&lt;BR /&gt;&lt;BR /&gt;Answer B:- Use awk / sed&lt;BR /&gt;&lt;BR /&gt;I will try to come up with a better test and will post it later. Share and Enjoy! Ian</description>
      <pubDate>Wed, 02 Jul 2003 22:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013976#M912005</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-07-02T22:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013977#M912006</link>
      <description>Hi guy's&lt;BR /&gt;  I'll be trying to read perl book(O reilly) starting from last week but no avail.By starting looking at the book, is as though as taking a sleeping pil.&lt;BR /&gt;&lt;BR /&gt;Tip:Get a lot of coffee...&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Wed, 02 Jul 2003 22:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013977#M912006</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-07-02T22:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013978#M912007</link>
      <description>Thanks all, some interesting replies!  I owed Clay for straightening me out on an earlier post so he got the bunny.  I'll eventually get thru all the books, I just wasn't sure if there was a logical step to them.&lt;BR /&gt;I'm going to go with the Perl first because I still do a lot of Windowz work and I like the idea of it being cross-platform.&lt;BR /&gt;&lt;BR /&gt;For all in the States, have a Happy 4th!  For all that aren't, I guess have a Happy 4th without the fireworks.&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Thu, 03 Jul 2003 04:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013978#M912007</guid>
      <dc:creator>Jim Mallett</dc:creator>
      <dc:date>2003-07-03T04:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013979#M912008</link>
      <description>Clay and the others are right, you can do everything in Perl without having to touch any of the others.&lt;BR /&gt;The big problem I have with Perl is that is is write-only, especially the REs. It is so powerful that scripters get carried away and can generate complex code that may have been obvious to them at the time are completely incomprehensible to anyone else.&lt;BR /&gt;sh, awk, sed etc may have less power and take longer to write (and run), but readability is something I have never had a problem with.&lt;BR /&gt;&lt;BR /&gt;BTW don't forget us in the UK when dishing out points. Being to your East we generally don't get to post replies until the day after, by which time all the easy points habe been scooped up ;-(&lt;BR /&gt;&lt;BR /&gt;-- Graham&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 11:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013979#M912008</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-07-03T11:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013980#M912009</link>
      <description>Jim,&lt;BR /&gt;  I missed the bandwagon.  Hope to join late will not be punished.&lt;BR /&gt;&lt;BR /&gt;  My idea is to start with sed and awk first.  That will give an edge with the shell script background.  Oneliners will come in handy as always.  Master regular expressions also.  Get Oreilly Mastering regular expressions also.  You can move ahead in Perl quicky if you have these basics.  Actually you can concentrated on Perls richness.  A lot of coffee is needed (I drink tea).&lt;BR /&gt;&lt;BR /&gt;  Good with cygwin.  Cygwin is where I actually learnt all these stuff.  Learning and doing some samples wont be a problem in cygwin environment.  As also you can update the cygwin to the latest one.  The trick will be the usage of regular expressions.  If we master that then done.&lt;BR /&gt;&lt;BR /&gt;  All the best for a successful weekend.  (Get the camel at the end.  But you need to practise before reaching there.)&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 11:22:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013980#M912009</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-07-03T11:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013981#M912010</link>
      <description>Yes Perl can be very hard to understand if you use all the assumptions, defaults, and syntax, once you get there you will understand what I am saying.&lt;BR /&gt;&lt;BR /&gt;There is a one liner contest where you have to make it as hard to understand as possible while doing something worthwhile.</description>
      <pubDate>Thu, 03 Jul 2003 11:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013981#M912010</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2003-07-03T11:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013982#M912011</link>
      <description>I don't think you can be a unix system administrator and not know sed/awk.  I regard those as basics.  Don't know about the others but you should get the book "The AWK Programming Language" by Aho, Kernighan and Weinberger (the authors of AWK).  It's the shortest most consise and most useful manual on the face of the earth.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 11:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013982#M912011</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-07-03T11:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Which came first, the sed &amp; awk or the Perl?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013983#M912012</link>
      <description>Definitly PERL.&lt;BR /&gt;Why?&lt;BR /&gt;You have all the modules you need at &lt;A href="http://www.cpan.org." target="_blank"&gt;www.cpan.org.&lt;/A&gt;  EVERYTHING.&lt;BR /&gt;Modules for databases, for networking , even to emulate a subset of expect.&lt;BR /&gt;It's a glue languaje. That means you can use it to comunicate in some way betwen apps.&lt;BR /&gt;You can do CGIs.&lt;BR /&gt;Emulate ASPs.&lt;BR /&gt;Any trouble you can have, perl has a solution to it. Easy (well... most of the times).&lt;BR /&gt;If someday you need something of awk or sed, you can use:&lt;BR /&gt;# my_command | perl -ne 'you litle script here'.&lt;BR /&gt;&lt;BR /&gt;And don't even think about it. &lt;BR /&gt;Learn Perl, and learn it well.&lt;BR /&gt;I've been developing Network Management Apps for 4 years. Perl always has been the solution of all my headaches.</description>
      <pubDate>Thu, 03 Jul 2003 12:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-came-first-the-sed-amp-awk-or-the-perl/m-p/3013983#M912012</guid>
      <dc:creator>Edgar Avila</dc:creator>
      <dc:date>2003-07-03T12:52:33Z</dc:date>
    </item>
  </channel>
</rss>

