in reply to Re^3: html parsing
in thread html parsing

I was hoping you would do that. :)
(my $title) = $res->content =~ m|<title>([^<]+)</title>|i;