in reply to Re: What defines "Pure Perl"?
in thread What defines "Pure Perl"?

Thanks for the quick response!

I understand now that a Pure Perl module is one that doesn't require a C compiler resident on the system in order to be able to install it, and a Pure Perl solution is one that does not include any references to other modules that are not themselves Pure Perl.

-DaveH (dh1760)