Help for this page

Select Code to Download


  1. or download this
    $root = HTML::TreeBuilder->new()
    $root->parse_file(...)
    
  2. or download this
       open(my $fh, "<:encoding(UTF-8)", "filename")
         || die "can't open UTF-8 encoded filename: $!";