|
From: barry <sla...@i1...> - 2001-11-10 20:23:55
|
Duh! That's what I get for working straight out of bed on Saturday. I found it in Fry->Data.pm right after html2text. I will paste that in bender-> Utility.pm and I bet it will work. Barry At 11:42 AM 11/10/2001 -0800, barry wrote: >I am trying to modify the daily emails to show the introtext. Since that >funcitonality is in Fry, I am trying to back port it to Bender. > >I took Fry's html2text from Data.pm and moved it to Bender's Utility.pm. >Using CPAN I did: > >cpan> install HTML::FormatText > >which went OK. > >I then added > >use HTML::FormatText; >use HTML::TreeBuilder; > >to Utility.pm. > >But when I run dailystuff, I get this run time error: > >[root@slash sbin]# ./dailyStuff [user] >Can't locate object method "new" via package "HTML::FormatText::AddRefs" >at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Utility.pm line 2690. > >I don't understand what I am missing here - any ideas? > > >Thanks! > >Barry > > >_______________________________________________ >Slashcode-general mailing list >Sla...@li... >https://lists.sourceforge.net/lists/listinfo/slashcode-general |