Help for this page

Select Code to Download


  1. or download this
    my @products = $ua->get( $target )->res->dom->find('.product')->each;
    if( @products ){
    ...
    }else{
      warn "No products found"; # or don't bother with the else to be sile
    +nt.
    }