This directory contains some examples for Perl5.

All of these examples have been compiled and successfully
tested with Perl5.003 running under Solaris 2.5.  In order
to use these, you need to edit the file 'Makefile.template'
in the top-level directory so that it can find your Perl5
header files and libraries.

simple   - The simple example from the user manual.
matrix   - Simple matrix example.
tree     - Binary search trees in Perl5.
SWIGtoXS - Shows how pointers can be passed between
           an xsubpp generated wrapper and a SWIG generated
           wrapper.
static   - Show how to statically rebuild Perl5 with SWIG.
           (in case dynamic loading is broken on your machine).

c++      - An example showing how to create a C++ module for
	   perl.

