Help for this page
#!/usr/bin/perl ... my $dom = Mojo::DOM->new( $html ); say $dom->at('span.[class^=Trsdu]')->attr->{'data-reactid'};
33