Help for this page

Select Code to Download


  1. or download this
    use Mojo::DOM;
    my $dom = Mojo::DOM->new($html);
    $dom->at('nav:nth-of-type(1)')->remove;
    print $dom->to_string;