I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-02-11 19:02:33-08 by redbeard in response to 1783
Re: HTML::Parser installation borking
Note: I was doing the above on openBSD 3.6. Solution: Use a newer version of gcc. For those who, for whatever reason, can't replace their system's compiler wholesale, just install the new version (I used pkg_add to get 3.3) and then edit the Makefile, replacing cc in 'CC = cc' with /usr/local/bin/egcc - worked like a charm.
Direct Responses: Write a response