Scriptname | README |
---|---|
zsu-1.18 | zsu updates serial numbers in DNS zone files. |
activitymail-1.19 | This program may be used for sending email messages for CVS repository activity. Messages can be sent for every repository change, or for every commit. In the latter case, a list of all the files affected may be assembled and listed or attached to the single message. |
install-1.3.pl | A Perl replacement for install(1). |
install-1.31.pl | A Perl replacement for install(1). |
make.pl-0.5 | Make with Perl as the rule language. Write a plain makefile in Perl syntax. Or, write a program that among others does a few file-dependency driven things. http://dapfy.bei.t-online.de/make.pl/ |
spar-0.7 | Simple Perl ARchive manager · much smaller than tar for small files · best for text files · helps renaming files along with contents · self unpacking · embeddable unpacker · Emacs mode |
perlsign-0.03 | |
perlsign-0.04 | This program invokes GPG to digitally sign Perl source files. The GPG signature becomes embedded into the source file as POD paragraphs. The functionality of the program or module isn't affected. This may be useful to prove authorship of a program, or to prove that changes have or have not been made to a source file. |
rediff-1.0.pl | Diff format converted (unified <-> context). This script takes context or unified diff, and produces a diff, that would be created by C<diff> program if it would be run with command-line options passed to this script. C<-c>, C<-u>, C<-b>, C<-w>, C<-t> options are supported. E.g. convert to unified diff with tabs expanded: rediff -ut <old_diff >new_diff |
rediff-1.1.pl | Diff format converted (unified <-> context). This script takes context or unified diff, and produces a diff, that would be created by C<diff> program if it would be run with command-line options passed to this script. C<-c>, C<-u>, C<-b>, C<-w>, C<-t> options are supported. Non-diff C<-r> option can be used to reverse the diff. E.g. convert to unified diff with tabs expanded: rediff -ut <old_diff >new_diff |