Does anyone have experience of this module?
The following line of code
gives the following error
There is no mention of 'charmap_reader' method in any of the Converter.pm versions I have seen.
I may be looking at this the wrong way as I am not sure what this line is meant to do. The documents just say it works, end of explanation.
Could someone please give me a clue.
Keith
The following line of code
Code:
my @charmap_data = $_[SELF]->charmap_reader( $_[CONTROL] );
Code:
Can't locate object method "charmap_reader" via package "RTF::HTML::Converter" at RTF/HTML/Converter.pm line 431, <F> line 1.
I may be looking at this the wrong way as I am not sure what this line is meant to do. The documents just say it works, end of explanation.
Could someone please give me a clue.
Keith