
To install pgperl4:

1. install Postgres95. See
	http://s2k-ftp.cs.berkeley.edu:8000/postgres95
   for how to obtain Postgres95.

2. install Perl 4.036. For how to obtain perl, see the Meta-FAQ posted to
   the newsgroup comp.lang.perl. Also found in 
	ftp://ftp.khoros.unm.edu/pub/perl/metaFAQ.txt

3. pgperl4 should reside in $(POSTGRESDIR)/src/bin
	% cd src/bin
	% tar xf pgperl4.tgz

4. set the PERLDIR variable in the Makefile. It is the location of the
   perl distribution.

5. install pgperl:
	% gmake
	% gmake install

