home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / shell / 5128 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!netnews.upenn.edu!netnews.cc.lehigh.edu!usenet
  2. From: lusol@Lehigh.EDU (Stephen O. Lidie)
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: ksh 1, perl 2 - ksh or perl for scripting?
  5. Message-ID: <1992Dec21.180610.24523@Lehigh.EDU>
  6. Date: 21 Dec 92 18:06:10 GMT
  7. References: <ASH.92Dec21095237@ulysses.mr.ams.com>
  8. Sender: usenet@Lehigh.EDU
  9. Organization: Lehigh University, Bethlehem PA
  10. Lines: 33
  11. Nntp-Posting-Host: meatball.cc.lehigh.edu
  12.  
  13. In article <ASH.92Dec21095237@ulysses.mr.ams.com> ash@ulysses.mr.ams.com (Alan
  14. Harder) writes:
  15. >
  16. >Hi, all.  We are currently trying to decide if we should move from
  17. >/bin/sh as our language for production scripting to ksh, or if we
  18. >should move to perl instead.  Is anyone out there using perl as their
  19. >production scripting language of choice? 
  20. >
  21. >
  22. >
  23. >-Alan Harder                
  24. > ash@math.ams.org
  25. >
  26. > My opinions are not the opinions of the American Mathematical Society.
  27. > Did you think they were?
  28. >
  29.  
  30. Sometimes even I don't use Perl..... but mostly I do.  Gave up all shells/sed
  31. awk/grep/egrep/fgrep long ago.....
  32.  
  33. Why I use Perl:
  34.     . Perl outperforms ksh and friends essentially all the time
  35.     . Perl has no hidden arbitray limitations - too many scripts
  36.       fail due to line length problems, core dumps, etc.
  37.     . I only have to know one language and one regular expression
  38.       language.  
  39.     . I like lists
  40.  
  41. Summary:  Perl is my production scripting language.  Perhaps a bit
  42. 'notatioanally cluttered', but far better than what else is out there.  Now,
  43. I can't wait for Perl 5 'cause I need user defineable TYPEs/structures!
  44.  
  45. SOL
  46.