Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $ua = Mojo::UserAgent->new;
    
    say $ua->get( $url )->res->dom->at('span.[class^=Trsdu]')->attr->{'dat
    +a-reactid'};
    
  2. or download this
    31