Help for this page

Select Code to Download


  1. or download this
    $data->{Products}[0]{ProductId}
    
  2. or download this
    my $data = $tesco->product_search(...);
    my $prod_id = $data->{Products}[0]{ProductId};