The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
This package provides a interface to Perl's internal string
interpolation engine and useful utilities to take advantage of it.

After unpacking the distribution, to install this module type
 
        perl Makefile.PL
        make
        make test
        make install

This distribution provides

        String::Interpolate

Copyright (c) 2002 Brian McCauley <nobull@mail.com>. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.