in reply to Problems after Perl was updated on FreeBSD.
If you don't have write permissions in the perl folders, you'll need to get your sysadmin to do it. I suspect HTML::Parser is not a core module. Check out CPAN for corelist; it doesn't show up as a core module (under ActiveState reinstalled.
Alternatively, you can try adding the path to HTML::Parser module with
but this won't work if the person running the program doesn't have access to the /path_with_HTML_Parser.use lib /path_with_HTML::Parser/; use HTML::Parser;
My first suggestion would be to have your sysadmin install HTML::Parser.
emc
" When in doubt, use brute force." — Ken Thompson
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problems after Perl was updated on FreeBSD.
by techcode (Hermit) on Feb 27, 2006 at 22:52 UTC |