Command line Perl scripts for various purposes, such as HTML processing. Many of the examples work on STDIN.
Text Processing
textstat.pl
By ramiro - Posted on November 4th, 2004
Compute text statistics for text or HTML files and print the information to STDOUT. You can specify the locale setting (using the standard POSIX module) to make sure that special characters of your language (e.g. ä, ö, ü) are matched by \w.
srep.pl
By ramiro - Posted on November 4th, 2004
Tagged: English
• Kommandozeile
• Open Source
• Perl
• Reguläre Ausdrücke
• Rekursion
• Scripting
• Text Processing
Search and replace text recursively