my $html = 'url: http://example.com'; my $dom = Mojo::DOM->new( $html ); say $dom->at('a')->remove;