in reply to Re^2: removing some td and tr by class
in thread removing some td and tr by class

The DOM manipulation modules I've seen that support css selectors are pretty much the same as Mojo::DOM, you could just use Mojo::UserAgent to do the fetching and DOM manipulation in one.

Update: slight rewording.