Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!iuvax!purdue!haven!adm!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu Newsgroups: comp.unix.questions Subject: Re: perl Message-ID: <26181:Jun1411:36:2090@kramden.acf.nyu.edu> Date: 14 Jun 90 11:36:20 GMT References: <18498@well.sf.ca.us> Distribution: usa Organization: IR Lines: 11 In article <18498@well.sf.ca.us> gregs@well.sf.ca.us (Greg Strockbine) writes: > I'm just starting to look at perl. Is there a good reason > to use it instead of sed, awk, etc.? Sure: it can handle much longer lines. Much much longer lines. It can do anything your shell can. It has a reasonably pleasant syntax. It is, on the other hand, somewhat more difficult to program efficiently than a judicious combination of sh, sed, and awk. ---Dan