"Pure Perl" refers to not using the C-extensions ("XS") and thus, not requiring a working C compiler setup. This is often preferred because in many environments, you don't have the luxury of having a C compiler that works with the version of Perl supplied by your vendor. Having a pure Perl module also makes it easy to include the code in your program by copying the source code of the module into your program directly.
In reply to Re: What defines "Pure Perl"?
by Corion
in thread What defines "Pure Perl"?
by dh1760
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |