Installation notes:

---------------------------------
Windows users:  

You need perl for windows--I suggest ActivePerl.  Download free from:

	http://www.activestate.com/activeperl/

The easiest way to call it is from the command line:

	perl whisker.pl (options)

----------------------------------
Unix users:

You may need to change the 'shebang' line (first line in the script) to
reflect the path to perl.  Or you can call like as:

	perl whisker.pl (options)

----------------------------------

I don't suggest using debug (-d) unless stuff really isn't working...most
of the time you won't need to go beyond verbose.  Verbose will let you
monitor all requests...debug shows you what's being sent on the wire, and
a whole bunch of other messy stuff.

----------------------------------

rfp@wiretrip.net
