The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

N A Rantor <wiggly@wiggly.org>

August 2003

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

Like most Lazy perl programmers I use MakeMaker, so try:

bash$ perl Makefile.PL
bash$ make
bash$ make test
bash$ make install

And if you have trouble then e-mail me.

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

This is a pure-perl implementation of Catmull-Rom splines.

Catmull-Rom splines are much like Bezier curves except the curve they plot
is guaranteed to pass through the control points rather than just be
attracted by them.