Re: [htmltmpl] Is HTML::Template pure Perl?
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2004-08-03 03:25:49
|
On Mon, 2 Aug 2004, Carl Franks wrote: > To figure out if any other module is pure perl, search for it on > search.cpan.org Then follow the link with the module version number > (e.g. HTML-Template-2.7). Then click on the [Browse] link to view > the modules' files. If there are no *.xs *.c or *.h files and no > 'b' folder, then the module is probably pure perl. Good advice, but there's one possibility you missed. If a module uses Inline::C then it won't be pure Perl, even if it has no C source files. -sam |