use LWP::Simple; $html = get "http://search.cpan.org/"; $s = '
'; $e = '
'; $txt = substr $html, index($html,$s), index($html,$e); print "$txt\n";