Help for this page
<html lang="en"> <head> ... <p id="para1" class="first-para">This is <em>emphasied</em>. A +nd this is not.</p> </body> </html>
use strict; use warnings; ... my $em_text = $ra_web_page->[0]{content}[1]{content}[1]{content}[1]{co +ntent}[0]{value}; print "EM text = $em_text\n";