home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / gopher / gopher1.01 / misc / Logging / logger.pl.README < prev   
Text File  |  1992-06-22  |  1KB  |  25 lines

  1. #!/usr/local/bin/perl
  2. #--------------------------------- Logger.pl ----------------------------------
  3. #
  4. #  Perl script which supports:
  5. #    Logfile rotation up to a maximum number of days to be kept....
  6. #    A "guestbook" which tracks sites which hit on you, and how many times
  7. #      they've hit things.
  8. #    A primitive usage database which shows _what's_ getting hit
  9. #    A mailed report of "newbies" sent to the system administrator (ie.
  10. #      new sites which have hit you since the last report).
  11. #
  12. #  Making it work:
  13. #    Change the parms below to something you find aesthetically pleasing.
  14. #    Put it up as a cron job to be run once per day.
  15. #
  16. #  General disclaimer of competence:
  17. #    I'm new at this (and I bet it shows), so send suggestions for 
  18. #    improvements to:   tom@law.mail.cornell.edu
  19. #
  20. #   "A Perl script is correct if it's halfway readable and gets
  21. #    the job done before your boss fires you"
  22. #                             -- Larry Wall
  23. #  
  24. #----------------------------------------------------------------------------
  25.