Help for this page
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. }