yeah, so I want to basically emulate lynx -dump in perl. I know about getting a page via LWP and whatnot, but I can not find a function that would turn a html page in to straight ascii, merely stripping useless html tags, and sticking \n's where < br > is, etc. Is there a module that will do this?