File:  [Local Repository] / db / prgsrc / chronicles.pl
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Mar 17 15:06:03 2003 UTC (21 years, 2 months ago) by boris
Branches: MAIN
CVS tags: HEAD
wrote man

    1: #!/usr/bin/perl -w
    2: 
    3: =pod
    4: 
    5: =head1 NAME
    6: 
    7: chronicles.pl - check references between chronicles and db
    8: 
    9: =head1 SYNOPSIS
   10: 
   11: chronicles.pl I<chronicles_dir>
   12: 
   13: =head1 DESCRIPTION
   14: 
   15: Check the references between database and chronicles. 
   16: 
   17: 
   18: =head1 BUGS
   19: 
   20: The database, user and password are hardcoded. 
   21: 
   22: =head1 AUTHOR
   23: 
   24: Boris Veytsman 
   25: 
   26: =head1 $Id: chronicles.pl,v 1.1 2003/03/17 15:06:03 boris Exp $
   27: 
   28: =cut

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>