perl
- From: <m.roth2006@xxxxxxx>
- Date: Mon, 28 Jul 2008 13:03:27 -0400 (EDT)
A quick perl question: I've got this script I found, and I'm trying to run. It required me to install XML::RSS. Now, when I try to run it, it complains
"encode_entities_numeric" is not exported by the HTML::Entities module
Can't continue after import errors at /usr/lib/perl5/site_perl/5.8.0/XML/RSS.pm line 5
So, I do what the docs say, I think, in adding a line to my script of
use HTML::Entities qw(:DEFAULT encode_entities_numeric);
and now I get just
"encode_entities_numeric" is not exported by the HTML::Entities module
as my script gags when I put that as the first use statement.
Where the blazes am I supposed to put that use statement, in the HTML::Entities? In the XML::RSS?
mark
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Prev by Date: Re: ACL
- Next by Date: /tmp directory mode
- Previous by thread: how to add driver module to initrd ?
- Next by thread: Re: perl
- Index(es):
Relevant Pages
|