Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    my $code = $tesco->product_search({ searchtext => $pn, extendedinfo =>
    + 'N' });
    
    print Dumper ($code);
    
  2. or download this
    "WebService::Tesco::API=HASH(0xf66940)" is not exported by the Data::D
    +umper module
    Can't continue after import errors at tesco_json_dumper.pl line 9.
    BEGIN failed--compilation aborted at tesco_json_dumper.pl line 9.