| Scriptname | README |
|---|---|
| HtmlDiff-2.1 | |
| MkMSOfficeIndex-3.0 | |
| XbiffPOP3 | |
| cut-file.pl | cut-file.pl - to cut a large file into smaller pieces so that they can be copied from one computer to another piece by piece. Run "%perl cut-file.pl -help" to find out command-line options. To download, visit: http://www.perl.com/CPAN or http://www.freshmeat.net or http://belmont-shores.ics.uci.edu $Date: 2000/04/26 17:20:10 $ by Chang Liu (liu@ics.uci.edu | changliu@acm.org) |
| tree-sync.pl | tree-sync.pl - sync two directories recursively. The goal is to bring two trees exactly the same. However, tree-sync.pl does not perform any copy operation. It generates a command file instead. The user has the opportunity to exam the command file before real copy operations happen. Run "tree-sync.pl -help" to find out command-line options. To download, visit: http://www.perl.com/CPAN or http://www.freshmeat.net or http:/... |
| sql_to_yaml-0.1.pl | If you want to convert your .sql files into yaml file with table info and data columns -- use this script! (with pair in yaml_to_sql.pl) |
| yaml_to_sql-0.1.pl | If you want to convert your converted to .yaml files after editing by hand -- use this scripts! (with pair in sql_to_yaml.pl) |
| desift.pl | desift is a data-driven, temlate-oriented text filter. It occupies a niche somewhere between spartan shell utilities such as 'cut' and full-featured template engines. |
| makepmdist_1.03.pl | Simplifies the creation of CPAN distributions for pure-Perl modules which are the only module in their dist. |
| xs2pod | |
| find_used_modules.gz | find_used_modules looks over your entire system and figures out which modules people are using. It then builds a perl script that can be used to test to make sure that all those modules are available. The purpose of all this is to allow perl to be upgraded without breaking too many installed perl programs. |
| tree-sync-2.2.pl | tree-sync.pl - sync two directories recursively. The goal is to bring two trees exactly the same. However, tree-sync.pl does not perform any copy operation by default (it generates a command file instead). The user has the opportunity to exam the command file before real copy operations happen. Run "tree-sync.pl -help" to find out command-line options. To download, visit: http://www.perl.com/CPAN Release 1 by Chang Liu (liu@... |
| sdist | This script builds a Makefile.PL for perl scripts, together with the necessary files to make a distribution. Installing scripts then follows the same procedure as for modules: perl Makefile.PL make make test make install with the distribution itself being made via make dist or make zipdist which builds a tar.gz or zip distribution, respectively. More complete documentation on its use, including how t... |
| spause | This script searches PAUSE (the module area of C |