OK, lots of banter...

Hey V, if you are on a *NIX system, then this is a fast way:

open U, "lynx -source www.some.url.dom |";
$data = join '', <U>;

There, you're finished. Admittedly, this isn't terribly efficiant, but it works
just fine and has short devel time.

----
Rodney Broom


Reply via email to