The following code represents a snapshot of the problem report
tracking system we use at Juniper.

This stuff is based on old code I wrote for FreeBSD, Inc, and has
a couple thousand cooks in the kitchen over time.  I should really
rewrite it from scratch and make it clean and quick, but who has
the time?

Paul


- cgi-lib.pl generic CGI management crap hacked works with perl 4 and 5.
  Our code should be re-worked to use the generic perl5 stuff.

- cgi-style.pl - site local "style sheet" for these pages (builds
  the header and footer and sets page color et al.  You'll need to
  change it.

- index.html - just a list of VERY basic commands to get folks started

- query-pr.cgi - perl script to display/pretty-print a particular bug

- query-pr-summary.cgi - bimodal perl script, can be run as either
  a cgi program or will output standard text

  this is the meat of the package -- it will give you relatively extensive
  nice web based reports and link with query-pr.cgi to give you expanded
  detail on particular bugs.
