Hello, all. To snag a webpage, I'm using: use LWP::Simple; my $html = get(http://address.goes.here); # Outlook Express will probably mangle the webpage address above Awright, that's fine and it's working, but it's not quite what I need. I need to process the contents of that page line by line. Can anyone please point me in the right direction? Many thanks. JohnThread Next