> I can't pass in the entire file. Some of the 
> files are 60 MB and larger. My machine freezes
> and crashes if I do that.

60MB HTML files? How are those being created? Sounds like you may want to
re-think the process.

HTML::Parser can parse a document in chunks; you may be able to take
advantage of that. Can you make the files XML? Then you can use XML::Twig,
which doesn't keep the entire file in memory.

- Mark

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to