maintainer=mailto:wjm@metronet.com Text= ###################################################################### EndText= Name=Announcement of scripts to do Bibliography conversions Path=0/perlinfo/scripts/text-processing/biblio.conversions Type=0 Text= ## ## ###################################################################### EndText= Name=FRED: fullscreen vt-100 editor for perl Path=9/perlinfo/scripts/text-processing/fred04.Z Type=9 Text=
# File Name: fred.gz.uu # File Size in BYTES: 17302 # Sender/Author/Poster: troc@loreli.ftl.fl.us (Rocco Caputo) # Subject: FRED: Fullscreen text editor # Archived: June 24 1994 # #FRED is a full-screen editor written in the 4.036 flavor of perl. #It's a work in progress, and by no means complete. In fact, the #comments at the front of this file list several known problems #and deficiencies. FRED uses hard-coded VT-100 sequences, but #they're isolated from the rest of the program by a layer of #subroutines. # #EndText= Name=FRED: fullscreen vt-100 editor for perl (compressed,uuencoded) Path=0/perlinfo/scripts/text-processing/fred04.Z.uu Type=0 Name=Re: Finding C comments Path=0/perlinfo/scripts/text-processing/C.comment.finder Type=0 Text=
# File Name: C.comment.finder # File Size in BYTES: 1557 # Sender/Author/Poster: rjohnson@conus.brc.shell.com (Roy Johnson) # Subject: Re: Finding C comments # Archived: Apr 29 02:16 1994 # # merlyn@ora.com (Randal L. Schwartz) writes: # > The right way to toss comments is to pull the string apart a little # > a time. In Perl, it'd be something like this: #EndText= Text= ###################################################################### EndText= Name=Re: EBCDIC -> ASCII anyone got a prog? Path=0/perlinfo/scripts/text-processing/EBCDIC.2.ASCII Type=0 Text=
# File Name: EBCDIC.2.ASCII # File Size in BYTES: 5808 # Sender/Author/Poster: phousto@cse.dnd.ca (Phil Houstoun) # Subject: Re: EBCDIC -> ASCII anyone got a prog? # Archived: Apr 29 12:13 1994 # # Following script implements a table-driven character conversion process. The # two attached tables provide ASCII-EBCDIC and EBCDIC-ASCII conversions, albeit # imperfectly. #EndText= Text= ###################################################################### EndText= Name=Zipfian perl script -- help to improve Path=0/perlinfo/scripts/text-processing/Zipfian.pl Type=0 Text=
# File Name: Zipfian.pl # File Size in BYTES: 1534 # Sender/Author/Poster: seraphim@umcc.umcc.umich.edu (Henry Hardy) # Subject: Zipfian perl script -- help to improve # Archived: Apr 29 02:16 1994 # # Here's a one line script I wrote to do word rank-order frequency analysis on # a text (messages from sci.physics). I am doing a "Zipfian analysis" after # the work of George Zipf. #EndText= Text= ###################################################################### EndText= Name=Re: wanted: &ctrl('N') that returns "\016" Type=1m Path=1m/perlinfo/scripts/text-processing/alpha.to.octal Separator=^Article Section=^From: Text=
# File Name: alpha.to.octal # File Size in BYTES: 3169 # Sender/Author/Poster: ian@unipalm.co.uk (Ian Phillipps) # Subject: Re: wanted: &ctrl('N') that returns "\016" # Archived: Apr 29 02:16 1994 # # dhesi@cirrus.com (Rahul Dhesi) writes: # >I am looking for a subroutine for perl 4.019 or 4.036 that will accept # >a single alphabetic character, and return a one-character string # >containing the corresponding control character. #EndText= Text= ###################################################################### EndText= Name=ASCII<=>EBCDIC problem solved -- here's my solution! Path=0/perlinfo/scripts/text-processing/ascebc.pl Type=0 Text=
# File Name: ascebc.pl # File Size in BYTES: 6348 # Sender/Author/Poster: petew@meaddata.com (Pete Williams) # Subject: ASCII<=>EBCDIC problem solved -- here's my solution! # Archived: Apr 29 02:16 1994 # # Hi Fellow Perl[er|ite|ette]s: # First of all, thanks to everyone who kindly responded to my # requests for help with ASCII/EBCDIC translations. While I was # a bit surprised that there seemed to be no library modules to # do these conversions, I (with a little help from my friends) # now offer you just such a beast... #EndText= Text= ###################################################################### EndText= Name=Re: Can I avoid using the "'" package syntax? Path=0/perlinfo/scripts/text-processing/comment_perl.emacs.thing Type=0 Text=
# File Name: comment_perl.emacs.thing # File Size in BYTES: 5382 # Sender/Author/Poster: ilya@schauder.mit.edu (Ilya Zakharevich) # Subject: Re: Can I avoid using the "'" package syntax? # Archived: Apr 29 02:16 1994 # # Problems with vgrind: # package'variable, $', $", ticks inside s/// and m::, and \' &c. # Good time to advertize again the package that will automatically # comment complicated constructions: #EndText= Text= ###################################################################### EndText= Name=Re: EBCDIC -> ASCII problems Path=0/perlinfo/scripts/text-processing/ebcdic.translate Type=0 Text=
# File Name: ebcdic.translate # File Size in BYTES: 2542 # Sender/Author/Poster: tshiono@cv.sony.co.jp (Toru Shiono) # Subject: Re: EBCDIC -> ASCII problems # Archived: Apr 29 02:16 1994 # # It will be better to map character to character directly rather than # translating it to octal representation: # if ($pid = open(PIPE, '-|')) { #EndText= Text= ###################################################################### EndText= Name=fixinc: toll to fix include statements in C and C++ sources Path=0/perlinfo/scripts/text-processing/fixinc.C++.pl Type=0 Text=
# File Name: fixinc.C++.pl # File Size in BYTES: 8783 # Sender/Author/Poster: pfeifer@woodstock.informatik.uni-dortmund.de (Ulrich Pfeifer) # Subject: fixinc: toll to fix include statements in C and C++ sources # Archived: Apr 29 02:16 1994 # # -*- Mode: Perl -*- # fixinc.pl -- # I had to reorganize a larger C++ system this weekend especially # splitting some global include directories. #EndText= Text= ###################################################################### EndText= Name=Re: OID compare Path=0/perlinfo/scripts/text-processing/mkdata.and.sid Type=0 Text=
# File Name: mkdata.and.sid # File Size in BYTES: 4323 # Sender/Author/Poster: Tom ChristiansenEndText= Text= ###################################################################### EndText= Name=ptags - for those using vi. Type=1m Path=1m/perlinfo/scripts/text-processing/newptags.pl Separator=^Article Section=^From: Text=# Subject: Re: OID compare # Archived: Apr 29 02:16 1994 # :> I've written a dirty OID compare algorithm: # :> I would like to speed it up as much as I can because my program # :> becomes slow when sorting 900+ oids. Any hints/suggestions? #
# File Name: newptags.pl # File Size in BYTES: 9498 # Sender/Author/Poster: Stephen RiehmEndText= Text= ###################################################################### EndText= Name=Re: New hex dump utility with auto EBC<=>ASC conversion Path=0/perlinfo/scripts/text-processing/nhd.gz Type=0 Text=# Subject: ptags - for those using vi. # Archived: Apr 29 02:16 1994 # # This is a simple perl script to create a tags file for use with vi, #
# File Name: nhd.gz # File Size in BYTES: 8271 # Sender/Author/Poster: petew@meaddata.com (Pete Williams) # Subject: Re: New hex dump utility with auto EBC<=>ASC conversion # Archived: Apr 29 02:16 1994 # # As an added bonus, I've added a little something that calls the # ASCII<->EBCDIC module. Basically, this is a hex dump in a (I think) # more readable format, #EndText= Text= ###################################################################### EndText= Name=Re: Redefining \w and \b possible? Path=0/perlinfo/scripts/text-processing/norwegian.chars Type=0 Text=
# File Name: norwegian.chars # File Size in BYTES: 3622 # Sender/Author/Poster: h.b.furuseth@usit.uio.no # Subject: Re: Redefining \w and \b possible? # Archived: Apr 29 02:16 1994 # # This is close to what I'm going to use. Translates both iso8859-1 and # 7-bit Norwegian chars. Since this will run inside a 2-level loop over a # 5000-line inputfile, I'd be very grateful for any hints about how to # speed up the thing and still keep the usage simple enough to enable perl #EndText= Text= ###################################################################### EndText= Name=Re: Redefining \w and \b possible? Path=0/perlinfo/scripts/text-processing/norwegian.matcher Type=0 Text=
# File Name: norwegian.matcher # File Size in BYTES: 1844 # Sender/Author/Poster: uwe@mpi-sb.mpg.de (Uwe Waldmann) # Subject: Re: Redefining \w and \b possible? # Archived: Apr 29 02:16 1994 # # > Here in Norway we are blessed/cursed with three extra vowels. # > When doing pattern matching on Norwegian text it would be very # > nice to have \b and \w accept these as letters. Is this possible? #EndText= Text= ###################################################################### EndText= Name=perl code to read and parse GNU `info' files Path=0/perlinfo/scripts/text-processing/open_info_file.pl Type=0 Text=
# File Name: open_info_file.pl # File Size in BYTES: 4514 # Sender/Author/Poster: mjd@saul.cis.upenn.edu (Mark-Jason Dominus) # Subject: perl code to read and parse GNU `info' files # Archived: Apr 29 02:16 1994 # # This is very hacky, but seems work, at least in a limited domain. #EndText= Text= ###################################################################### EndText= Name=perldb.el for Emacs 19 [enclosed] Path=0/perlinfo/scripts/text-processing/perldb.el Type=0 Text=
# File Name: perldb.el # File Size in BYTES: 16568 # Sender/Author/Poster: cracraft@rice-chex.ai.mit.edu (Stuart Cracraft) # Subject: perldb.el for Emacs 19 [enclosed] # Archived: Apr 29 02:16 1994 # # ;; The enclosed perldb.el works correctly in Emacs 19 # ;; and does not require you to become proficient in GNU # ;; Universal Debugger (GUD) underlays. #EndText= Text= ###################################################################### EndText= Name=Re: Expanding a string with non-printing characters Path=0/perlinfo/scripts/text-processing/pit Type=0 Text=
# File Name: pit # File Size in BYTES: 3161 # Sender/Author/Poster: Tom ChristiansenEndText= Text= ###################################################################### EndText= Name=Re: Perl Profiling ? Path=0/perlinfo/scripts/text-processing/profiler Type=0 Text=# Subject: Re: Expanding a string with non-printing characters # Archived: Apr 29 02:16 1994 # # :I have a variable, $foo, which may contain any number of control # :characters. I want to expand the control characters to their # :string representation: "^A" for control-A, "^[" for ESC, and # :so forth. #
# File Name: profiler # File Size in BYTES: 5052 # Sender/Author/Poster: schip@sgi428 (Jan Schipmolder) # Subject: Re: Perl Profiling ? # Archived: Apr 29 02:16 1994 # # This is the part of plprof that creates a new script out of the one # offered on the command line. #EndText= Text= ###################################################################### EndText= Name=ANNOUNCEMENT: more than ASCII to PostScript: psfilt 1.7 Path=0/perlinfo/scripts/text-processing/psfilt.1.7.announce Type=0 Text=
# File Name: psfilt.1.7.announce # File Size in BYTES: 1474 # Sender/Author/Poster: rj@rainbow.in-berlin.de (Robert Joop) # Subject: ANNOUNCEMENT: more than ASCII to PostScript: psfilt 1.7 # Archived: Apr 29 02:16 1994 # # This new version has a totally revised PPD parser (the old one didn't # like version 4 PPD files). #EndText= Text= ###################################################################### EndText= Name=Re: tool to pretty print directory trees? Path=0/perlinfo/scripts/text-processing/pstree.pl Type=0 Text=
# File Name: pstree.pl # File Size in BYTES: 12407 # Sender/Author/Poster: aas@nora.nr.no (Gisle Aas) # Subject: Re: tool to pretty print directory trees? # Archived: Apr 29 02:16 1994 # # pstree(1) - produce directory map in PostScript. # $Id: pstree,v 1.7 1993/10/12 11:36:59 aas Exp $ #EndText= Text= ###################################################################### EndText= Name=Re: 'tail -f' & PERL Path=0/perlinfo/scripts/text-processing/ptail Type=0 Text=
# File Name: ptail # File Size in BYTES: 24482 # Sender/Author/Poster: henkp@cs.ruu.nl (Henk Penning) # Subject: Re: 'tail -f' & PERL # Archived: Apr 29 02:16 1994 # # usage: &NGetOpt(ARG,ARG,ARG,..) # >I want to carry out monitoring of multiple files [...] # Below is a script+manpage which is basicly 'xtail in perl'. #EndText= Text= ###################################################################### EndText= Name=Re: how to unread a line Path=0/perlinfo/scripts/text-processing/pushback.pl Type=0 Text=
# File Name: pushback.pl # File Size in BYTES: 4150 # Sender/Author/Poster: Tom ChristiansenEndText= Text= ###################################################################### EndText= Name=Re: Typesetting perl programs in TeX Path=0/perlinfo/scripts/text-processing/sh2latex Type=0 Text=# Subject: Re: how to unread a line # Archived: Apr 29 02:16 1994 # # # While I think you should probably find a better way to do it, I once wrote # this as an exercise. I found it to be more complex than I thought it would # be, mostly due to the interaction of putting and getting both lines and # characters from the same filehandle. #
# File Name: sh2latex # File Size in BYTES: 11023 # Sender/Author/Poster: bill@tardis.co.uk (William Hails) # Subject: Re: Typesetting perl programs in TeX # Archived: Apr 29 02:16 1994 # # $Id: sh2latex,v 1.3 1994/03/08 18:13:55 bill Exp $ # I don't know if this is exactly what was wanted, but someone may find # it useful: #EndText= Text= ###################################################################### EndText= Name=soundex.pl Path=0/perlinfo/scripts/text-processing/soundex.more Type=0 Text=
# File Name: soundex.more # File Size in BYTES: 6128 # Sender/Author/Poster: mike@meiko.com (Mike Stok) # Subject: soundex.pl # Archived: Apr 29 02:16 1994 # # # Implementation of soundex algorithm as described by Knuth in volume # 3 of The Art of Computer Programming, with ideas stolen from Ian #EndText= Text= ###################################################################### EndText= Name=soundex questions Type=1m Path=1m/perlinfo/scripts/text-processing/soundex.pl Separator=^Article Section=^From: Text=
# File Name: soundex.pl # File Size in BYTES: 20180 # Sender/Author/Poster: tchrist@wraeththu.cs.colorado.edu (Tom Christiansen) # Subject: soundex questions # Archived: Apr 29 02:16 1994 # # soundex.pl # by George ArmholdEndText= Text= ###################################################################### EndText= Name=Re: Soundex Function for Perl ?? Type=1m Path=1m/perlinfo/scripts/text-processing/soundex.pl.example Separator=^Article Section=^From: Text=3/22/92 # improvements by Marc Arnold # return the Soundex value of a string using the following rules: #
# File Name: soundex.pl.example # File Size in BYTES: 5210 # Sender/Author/Poster: various # Subject: Re: Soundex Function for Perl ?? # Archived: Apr 29 02:16 1994 # # Discussions regarding the soundex algorithm. # #EndText= Text= ###################################################################### EndText= Name=Re: Study command with s///. Path=0/perlinfo/scripts/text-processing/study.question.and.ans Type=0 Text=
# File Name: study.question.and.ans # File Size in BYTES: 1822 # Sender/Author/Poster: lwall@netlabs.com (Larry Wall) # Subject: Re: Study command with s///. # Archived: Apr 29 02:16 1994 # # : Basically, the question is, is there any potential benefit to using the # : "study" command in conjunction with a bunch of s/// commands (as opposed # : to with a bunch of m// commands). Do the changes made by the s/// #EndText= Text= ###################################################################### EndText= Name=texinfo preprocessor - need help optimizing Path=0/perlinfo/scripts/text-processing/texinfo.pl Type=0 Text=
# File Name: texinfo.pl # File Size in BYTES: 14953 # Sender/Author/Poster: brad@amber.ssd.csd.harris.com (Brad Appleton) # Subject: texinfo preprocessor - need help optimizing # Archived: Apr 29 02:16 1994 # # I have a perl script/library function to preprocess a texinfo # file. #EndText= Text= ###################################################################### EndText= Name=Re: What's the difference? Path=0/perlinfo/scripts/text-processing/trial.concat.pl Type=0 Text=
# File Name: trial.concat.pl # File Size in BYTES: 2622 # Sender/Author/Poster: timbo@ig.co.uk (Tim Bunce) # Subject: Re: What's the difference? # Archived: Apr 29 02:16 1994 # #EndText= Text= ###################################################################### EndText= Name=Re: unshar and file writing. Path=0/perlinfo/scripts/text-processing/unshar Type=0 Text=
# File Name: unshar # File Size in BYTES: 4306 # Sender/Author/Poster: lm@yallara.cs.rmit.OZ.AU (Luke Mewburn) # Subject: Re: unshar and file writing. # Archived: Apr 29 02:16 1994 # # Unshar the given files. Correctly handles compressed/packed/gzipped # files (if gzip is present on the system), and recognizes the most #EndText= Text= ###################################################################### EndText= Name=C_to_HTML.pl Path=0/perlinfo/scripts/text-processing/C_to_HTML.pl Type=0 Text=
# File Name: C_to_HTML.pl # File Size in BYTES: 4008 # Sender/Author/Poster: sbakke@xcuseme.MITRE.org (Steve Bakke) # Subject: C to HTML converter # Archived: Jul 9 1993 # # here is a perl script that takes ctags output and converts C source to # hyper text files. This will allow you to walk through your source code # as easily as walking through any other hyper text documentation. #EndText= Text= ###################################################################### EndText= Name=Embed perl into FrameMaker documents (info) Path=0/perlinfo/scripts/text-processing/FrameMaker.templates Type=0 Text=
# File Name: FrameMaker.templates # File Size in BYTES: 3850 # Sender/Author/Poster: timbo@ig.co.uk (Tim Bunce) # Subject: Re: Using templates for invoicing, purhcase orders, balance sheets, # Archived: Nov 6 15:59 1994 # # >I'm looking for a report generaion software similar to mailing list # >software but enhanced for many common reporting functions. #EndText= Text= ###################################################################### EndText= Name=ANNOUNCEMENT: LaTeX2HTML v0.3.1 available Path=0/perlinfo/scripts/text-processing/LaTeX2HTML.new.info Type=0 Text=
# File Name: LaTeX2HTML.new.info # File Size in BYTES: 5138 # Sender/Author/Poster: nikos@cbl.leeds.ac.uk (N F Drakos) # Subject: ANNOUNCEMENT: LaTeX2HTML v0.3.1 available # Archived: Sep 2 1993 # # A new release of the LaTeX2HTML translator (v0.3.1) is now available. #EndText= Text= ###################################################################### EndText= Name=Announcing: TeXit v1.33 Path=0/perlinfo/scripts/text-processing/TeXit.1.3.info Type=0 Text=
# File Name: TeXit.1.3.info # File Size in BYTES: 1917 # Sender/Author/Poster:EndText= Text= ###################################################################### EndText= Name=VPLUtils 1.2 available (was Makevpl) Path=0/perlinfo/scripts/text-processing/VPLUtils1.2.available Type=0 Text=# Subject: Announcing: TeXit v1.33 # Archived: Sep 8 1993 # # Hello World, # Yet another version of TeXit, my Perl script for processing TeX documents in # a semi-automatic fashion, is available at CTAN in /tex-archives/support/texit. #
# File Name: VPLUtils1.2.available # File Size in BYTES: 2095 # Sender/Author/Poster: ajcd@dcs.ed.ac.uk (Angus Duggan) # Subject: VPLUtils 1.2 available (was Makevpl) # Archived: Sep 27 1993 # # VPLUtils 1.2 is available from ftp.dcs.ed.ac.uk:pub/ajcd/vplutils.tar.Z. # This release contains a second PL/VPL manipulation program, spacevpl, for # adjusting character bounding boxes and sidebearings. It has also been # modularised, to extract the generic VPL parser, encoding vector parser, and # path searching routines from the main programs. #EndText= Text= ###################################################################### EndText= Name=WordPerfect document scanner Path=0/perlinfo/scripts/text-processing/WP2txt.pl Type=0 Text=
# File Name: WP2txt.pl # File Size in BYTES: 8856 # Sender/Author/Poster: jv@mh.nl (Johan Vromans) # Subject: WordPerfect document scanner # Archived: Apr 6 1993 # # wp2txt.pl -- convert WP document to MH-Doc format # This program reads a WordPerfect document and outputs its contents in # a way suitable to study and analyze it. # It can be used as a driver to perform your own WP to whatever # conversions. #EndText= Text= ###################################################################### EndText= Name=cdif: word context diff Path=0/perlinfo/scripts/text-processing/cdif Type=0 Text=
# File Name: cdif # File Size in BYTES: 14441 # Sender/Author/Poster: Kazumasa UtashiroEndText= Text= ###################################################################### EndText= Name=Cgrep - context grep in perl Path=0/perlinfo/scripts/text-processing/cgrep Type=0 Text=# Subject: cdif: word context diff # Archived: Apr 6 1993 # # Software Research Associates, Inc. #
# File Name: cgrep # File Size in BYTES: 4780 # Sender/Author/Poster: Lutz Prechelt (prechelt@ira.uka.de) # Subject: context grep # Archived: Apr 6 1993 # # cgrep is a context grep. It displays more than the one matching line for # every match (2 before and 2 after as default). #EndText= Text= ###################################################################### EndText= Name=SOURCE: cronsort - Show crontab entries sorted by class and/or time Path=0/perlinfo/scripts/text-processing/cronsort.shar Type=0 Text=
# File Name: cronsort.shar # File Size in BYTES: 7050 # Sender/Author/Poster: tim@deakin.OZ.AU (Tim Cook) # Subject: SOURCE: cronsort - Show crontab entries sorted by class and/or time # Archived: Apr 6 1993 # # cronsort - Show particular entries from a crontab, sorted #EndText= Text= ###################################################################### EndText= Name=ctrl.pl Path=0/perlinfo/scripts/text-processing/ctrl.pl Type=0 Text=
# File Name: ctrl.pl # File Size in BYTES: 2158 # Sender/Author/Poster: # Subject: # Archived: Apr 6 1993 # # :decided it's time to post. Could someone please tell me how to remove # :characters such as the bullet and foreign characters from a file? I'm # :trying to convert files from a CPT 8525 word processing system into a #EndText= Text= ###################################################################### EndText= Name=Re: editor scripts. Path=0/perlinfo/scripts/text-processing/edit.pl Type=0 Text=
# File Name: edit.pl # File Size in BYTES: 10168 # Sender/Author/Poster: ej@id.dth.dk (Erik Johansen (none#None)) # Subject: Re: editor scripts. # Archived: Apr 6 1993 # # manaster@yu1.yu.edu (Chaim Manaster) writes: # >The following is a repost in the hope that more people will respond # >this time. I have had many inquiries asking for the results of my # >posting, so I know there is a good deal of interest in the matter. #EndText= Text= ###################################################################### EndText= Name=emacs Path=1/perlinfo/scripts/text-processing/emacs Type=1 Text=
# File Name: emacs # File Size in BYTES: 16 # Archived: Sep 27 1993 # # Sub-Directory. #EndText= Text= ###################################################################### EndText= Name=Re: Fuzzy text matching Path=0/perlinfo/scripts/text-processing/fuzzy.regexp Type=0 Text=
# File Name: fuzzy.regexp # File Size in BYTES: 2848 # Sender/Author/Poster: ejk@ux2.cso.uiuc.edu (Ed Kubaitis - CCSO) # Subject: Re: Fuzzy text matching # Archived: Apr 6 1993 # # Attached is an old post with a simple fuzzy match that worked ok for my # application. #EndText= Text= ###################################################################### EndText= Name=grope Path=0/perlinfo/scripts/text-processing/grope Type=0 Text=
# File Name: grope # File Size in BYTES: 3710 # Sender/Author/Poster: ian@unipalm.co.uk (Ian Phillipps) # Subject: Re: grep with highlight capability anyone? # Archived: Oct 5 1993 # # Here's mine. Less polished than Tom's, but has a "-a" option to print # all the lines in the file. It's designed to pipe into "less" or some # other backspace-filtering backend. #EndText= Text= ###################################################################### EndText= Name=head2 Path=0/perlinfo/scripts/text-processing/head2 Type=0 Text=
# File Name: head2 # File Size in BYTES: 1022 # Sender/Author/Poster: tchrist@convex.COM (Tom Christiansen) # Subject: better head # Archived: Apr 6 1993 # #EndText= Text= ###################################################################### EndText= Name=hlgrep Path=0/perlinfo/scripts/text-processing/hlgrep Type=0 Text=
# File Name: hlgrep # File Size in BYTES: 9251 # Sender/Author/Poster: mfuhr@cwis.unomaha.edu (Michael Fuhr) # Subject: [SOURCE] hlgrep - A highlighting grep # Archived: Jun 2 1993 # # hlgrep - highlight grep # See the manpage for more information. # hlgrep is a perl script that works like grep(1), but highlights the # patterns it finds. Unlike hgrep(1), hlgrep can highlight patterns with # metacharacters. #EndText= Text= ###################################################################### EndText= Name=Converting man pages to HTML, and filter for bsdi man pages. Path=0/perlinfo/scripts/text-processing/man2html.info Type=0 Text=
# File Name: man2html.info # File Size in BYTES: 2717 # Sender/Author/Poster: nikos@cbl.leeds.ac.uk (N F Drakos) # Subject: Re: How about something more than Xman/regular manpages # Archived: Aug 5 1993 # # Info on where to get man page to html converters #EndText= Text= ###################################################################### EndText= Name=manpage_to_HTML.pl Path=0/perlinfo/scripts/text-processing/manpage_to_HTML.pl Type=0 Text=
# File Name: manpage_to_HTML.pl # File Size in BYTES: 3702 # Sender/Author/Poster: cjh@cray.com (Chris J. Hector) # Subject: Re: Man Page-> HTML tool and HTML WYSIWYG editor # Archived: Jul 9 1993 # # Here is what I have found (from the many postings # and a few email responses.) #EndText= Text= ###################################################################### EndText= Name=maptoppm Path=0/perlinfo/scripts/text-processing/maptoppm Type=0 Text=
# File Name: maptoppm # File Size in BYTES: 2620 # Sender/Author/Poster: greg@hansen.ncd.com (Greg Renda) # Subject: maptoppm # Archived: Sep 28 1993 # # Here's a perl script to convert map files to ppm format. This lets # you browse maps without having to run xpilot or the map editor. Of # course you'll need the pbm utilities as well. I use it with the #EndText= Text= ###################################################################### EndText= Name=New release of perl-byacc Path=0/perlinfo/scripts/text-processing/perl.yacc.info Type=0 Text=
# File Name: perl.yacc.info # File Size in BYTES: 1720 # Sender/Author/Poster: Rick_Ohnemus@imd.sterling.com (Richard Ohnemus) # Subject: New release of perl-byacc # Archived: Apr 6 1993 # # This is to announce a new version of perl-byacc (Berkeley yacc that can # output C or PERL). It is available from ftp.sterling.com in # /local/perl-byacc1.8.2.tar.Z #EndText= Text= ###################################################################### EndText= Name=updated Texinfo edition (0.6) of Perl manual -- for ver. 4.036 Path=0/perlinfo/scripts/text-processing/perlman.TeX.info Type=0 Text=
# File Name: perlman.TeX.info # File Size in BYTES: 4454 # Sender/Author/Poster: composer@Beyond.Dreams.ORG (Jeff Kellem) # Subject: updated Texinfo edition (0.6) of Perl manual -- for ver. 4.036 # Archived: Sep 18 1993 # # I've finally updated the Texinfo version of the Perl man page to match # Perl version 4.036. #EndText= Text= ###################################################################### EndText= Name=ps2as Path=0/perlinfo/scripts/text-processing/ps2as Type=0 Text=
# File Name: ps2as # File Size in BYTES: 475 # Sender/Author/Poster: # Subject: # Archived: Apr 6 1993 # #EndText= Text= ###################################################################### EndText= Name=Psutils - Complete utility for PostScript conversions Path=0/perlinfo/scripts/text-processing/psutils.info Type=0 Text=
# File Name: psutils.info # File Size in BYTES: 9499 # Sender/Author/Poster: savundar@hdss46.houston.nam.slb.com (P Savundararaj) # Subject: Re: Page counting # Archived: Aug 18 1993 # #EndText= Text= ###################################################################### EndText= Name=rmtabs.summary Path=0/perlinfo/scripts/text-processing/rmtabs.summary Type=0 Text=
# File Name: rmtabs.summary # File Size in BYTES: 3107 # Sender/Author/Poster: Stephen RiehmEndText= Text= ###################################################################### EndText= Name=sdif Path=0/perlinfo/scripts/text-processing/sdif Type=0 Text=# Subject: Re: Line wrapping, why do I find this so difficult? # Archived: Apr 27 1993 # # > I am trying to wrap lines longer than the screen width, word # > breaks don't interest me, but tabs do! #
# File Name: sdif # File Size in BYTES: 15885 # Sender/Author/Poster: Kazumasa UtashiroEndText= Text= ###################################################################### EndText= Name=spellck.sortof.pl Path=0/perlinfo/scripts/text-processing/spellck.sortof.pl Type=0 Text=# Subject: sdif: sdiff clone - version 1.14 # Archived: May 17 1994 # # Software Research Associates, Inc., Japan #
# File Name: spellck.sortof.pl # File Size in BYTES: 3946 # Sender/Author/Poster: inc@tc.fluke.COM (Gary Benson) # Subject: Re: Perl spell checker # Archived: Apr 27 1993 # # Compare two lists of words, output new words # I have something that might serve as a starting point. I wrote this script # because our publishing application makes lists of words that it does not # know how to hyphenate. My job is to gather those lists, hyphenate the words #EndText= Text= ###################################################################### EndText= Name=C News subst (also used by INN) in perl Path=0/perlinfo/scripts/text-processing/subst.pl Type=0 Text=
# File Name: subst.pl # File Size in BYTES: 3539 # Sender/Author/Poster: rsalz@osf.org (Rich Salz) # Subject: C News subst (also used by INN) in perl # Archived: Apr 6 1993 # ## A Perl version of subst. ## Read substutitions file, filling in the %substitutions array. # kinda neat. See C News or INN for the manpage. # here it is in perl. #EndText= Text= ###################################################################### EndText= Name=Re: grep with highlight capability anyone? Path=0/perlinfo/scripts/text-processing/tcgrep Type=0 Text=
# File Name: tcgrep # File Size in BYTES: 4037 # Sender/Author/Poster: Tom ChristiansenEndText= Text= ###################################################################### EndText= Name=Texinfo to HTML converter Path=0/perlinfo/scripts/text-processing/texi2html Type=0 Text=# Subject: Re: grep with highlight capability anyone? # Archived: Sep 30 1993 # # tcgrep: tom christiansen's rewrite of grep #
# File Name: texi2html # File Size in BYTES: 17720 # Sender/Author/Poster: Lionel ConsEndText= Text= ###################################################################### EndText= Name=tsh-1.0 Path=0/perlinfo/scripts/text-processing/tsh-1.0 Type=0 Text=# Subject: Texinfo to HTML converter # Archived: Jul 30 1993 # # I've written a Perl script to convert Texinfo files to HTML. # The program takes Texinfo files (and not the info ones) and # produces a set of HTML files. #
# File Name: tsh-1.0 # File Size in BYTES: 2556 # Sender/Author/Poster: achim@jat.sub.org (Joachim Astel) # Subject: tsh-1.0 - tabulator shifter in Perl # Archived: Jun 8 1993 # # tsh.pl - tab shifter V1.0 written 1993 by Joachim AstelEndText= Text= ###################################################################### EndText= Name=Re: perl script for English capitalization Path=0/perlinfo/scripts/text-processing/unuc Type=0 Text=#
# File Name: unuc # File Size in BYTES: 4167 # Sender/Author/Poster: lwall@netlabs.com (Larry Wall) # Subject: Re: perl script for English capitalization # Archived: Aug 26 1993 # #print $prog; # : Has anyone written a perl script that will correctly capitalize english text? # Here's unuc again. You can't solve the problem perfectly without a # complete lexicon of English (including phrases), but for a limited # problem space the following is adequate. This particular version is # biased in favor of translating NASA articles. # Larry #EndText= Text= ###################################################################### EndText= Name=Suggestions for converting from WP to ASCII. Path=0/perlinfo/scripts/text-processing/wptoascii Type=0 Text=
# File Name: wptoascii # File Size in BYTES: 4602 # Sender/Author/Poster: inc@tc.fluke.COM (Gary Benson) # Subject: Re: Wordperfect to ASCII conversion with perl? # Archived: Jun 21 1993 # # >We have more than 1500 collection-specific guides to portions of our # >Library's Rare Books and Special Collections in WordPerfect and would # >like to make ASCII versions available on our gopher. Would it possible to # >use perl to remove the WP header information and reformat paragraphs to # >groups of 70 char lines? #EndText= Text=
Comments, suggestions, or criticisms on this archive to <wjm@metronet.com> #EndText=