Follow the standard procedure:

	perl Makefile.PL
	make
	make install

If you want to install it someplace special, then try this:

    perl Makefile.PL PREFIX=~
	...

to get it to install in your home directory.

Copy pshrc to ~/.pshrc.

