Craig Cardimon <[EMAIL PROTECTED]> writes: > I'm passing to the parser the result gleaned from using > Text::Context::EitherSide(). > > I am unable to pass the entire document toe the parser anyway. The > files I am working with can be 60 MB in size and larger. My system > freezes up and crashes.
If what you want is to feed the parser the document in chunks until you have extracted enough text, then I suggest you use the HTML::Parser class directly. The HTML::TokeParser assumes you are able to give it the whole document when it is created. --Gisle _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
