Help for this page

Select Code to Download


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