From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,db1e3158636a30f2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-25 17:47:11 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: kcline17@hotmail.com (Kevin Cline) Newsgroups: comp.lang.ada Subject: Re: Fill string with multiple lines from standard_input Date: 25 Aug 2002 17:47:11 -0700 Organization: http://groups.google.com/ Message-ID: References: <5ee5b646.0208211147.6253fb4@posting.google.com> NNTP-Posting-Host: 24.219.89.90 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1030322831 19348 127.0.0.1 (26 Aug 2002 00:47:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 26 Aug 2002 00:47:11 GMT Xref: archiver1.google.com comp.lang.ada:28400 Date: 2002-08-26T00:47:11+00:00 List-Id: "AG" wrote in message news:... > "Kevin Cline" wrote in message > news:ba162549.0208221236.3ed08fd4@posting.google.com... > > > So I am holding to my statement. Perl excels for simple > > text filtering applications > > Hmmm, seems like "simple" above is the keyword. > Sure you can write a throw-away code in, say, > SQL to check or count or verify something. > That's hardly a serious argument to use SQL > in place of <> It's silly to argue that any ONE language is best for every problem. The OP's problem, partially encrypting and forwarding E-mail, is relatively easy in Perl, and if the OP is going to be needing solutions to similar problems in the future, he could save a lot of time by learning Perl.