On 11/7/06, C. R. <[EMAIL PROTECTED]> wrote:
Thanks for your advice, but why do I need a compiler if I'm just using
Perl to process an XML text file? That adds a level of complexity we
just don't want to get into.

Because XML::Parser has parts written in Perl and C. It is a hybrid
module and requires a C compiler to be built. Maybe you can try
XML::SAX which is pure Perl - but just maybe, because the problem may
reappear if the module has dependencies on other hybrid modules.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to