Help for this page

Select Code to Download


  1. or download this
    <html lang="en">
        <head>
    ...
            <p id="para1" class="first-para">This is <em>emphasied</em>. A
    +nd this is not.</p>
        </body>
    </html>
    
  2. or download this
    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";