> In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] says... > > There should be a version of make in /usr/ccs/bin > > Giggidy! You're right! Thanks. > > > > I'm guessing I entered the wrong site name for the Perl CPAN module > > > config. Can anyone help me? > > > > Well, here's your Dollars' worth of free advice: If you're going to be > > doing XML processing, it would STRONGLY be in your best interest to > > get a reasonably complete compiler chain running on that machine, > > because very soon you're going to want one of LibXML or SAX or > > friends. > > 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 all Perl modules are distributed as source, and the "best" (performance, feature-complete) have C components that need to be compiled e.g. XML::Parser::Expat , XML::LibXML > > Chuck > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>