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 2005-06-07 09:01:35-07 by ivorw in response to 587
Re: upgrade problems (win32)

The clue is in the following.

Cannot forceunlink C:\Perl\site\lib\auto\HTML\Parser\Parser.dll: Permission denied at C:\Perl\lib/F +ile/Find.pm line 519

Looks like you already have installed an earlier version of HTML::Parser, but you don't have the permissions to remove it.

Try and rename C:\Perl\site\lib\auto\HTML\Parser\Parser.dll out of the way and do another nmake install

Direct Responses: 595 | Write a response