Help for this page

Select Code to Download


  1. or download this
    my ($title) = $chunk =~ /<title>([^<]+)/;
    my @h1      = $chunk =~ /<h1>([^<]+)/g;
    
  2. or download this
    use strict;
    use warnings;
    ...
    <h1>three</h1>
    </body>
    </html>