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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6a0b026e99bf890 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Newsgroups: comp.lang.ada From: Preben Randhol Subject: Re: Package for text filtering? References: <1976194.EOACJpPoQ3@linux1.krischik.com> <1252432.LQkvXho8me@linux1.krischik.com> Organization: PVV User-Agent: slrn/0.9.8.1 (Debian) NNTP-Posting-Host: 31.80-202-208.nextgentel.com X-Original-NNTP-Posting-Host: 31.80-202-208.nextgentel.com Message-ID: <420cf1fc$1@news.broadpark.no> Date: 11 Feb 2005 18:57:16 +0100 X-Trace: news.broadpark.no 1108144636 31.80-202-208.nextgentel.com (11 Feb 2005 18:57:16 +0100) Path: g2news1.google.com!news3.google.com!news.glorb.com!solnet.ch!solnet.ch!nntp.gblx.net!nntp3.phx1!news.broadpark.no Xref: g2news1.google.com comp.lang.ada:8251 Date: 2005-02-11T18:57:16+01:00 List-Id: On 2005-02-11, Martin Krischik wrote: > Martin Krischik wrote: >> Look at the sarDO source to see how it works: >> >> http://adacl.sourceforge.net/html/sarDo-CommandLine__adb.htm > > I forgot to mention: the I/O modules are also classes and can be replaced > with specialised versions. > > Currently available: > > Textfile_1 => Textfile_2 where both files can be the same. > Textfile => Standart_Output as part of the CGI package. Great I'll check it out! Thanks all for the feedback! Preben