Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    SQL::Amazon::Request::Help 0.10

    Download button

    No screenshots available
    Downloads: 412  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Presicient Corporation, USA | More programs
    Perl Artistic License / FREE
    October 31st, 2006, 09:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    SQL::Amazon::Request::Help description

    An Interface to retrieve Help content.

    SQL::Amazon::Request::Help is an Interface to retrieve Help content.

    SYNOPSIS

    $dbh = DBI->connect('dbi:Amazon:', $amznid, undef,
    { amzn_mode => 'books',
    amzn_locale => 'us',
    amzn_max_pages => 3
    })
    or die "Cannot connect: " . $DBI::errstr;
    #
    # search for some Perl DBI books
    #
    $sth = $dbh->prepare("
    SELECT ASIN,
    Title,
    Publisher,
    PublicationDate,
    Author,
    SmallImageURL,
    URL,
    SalesRank,
    ListPriceAmt,
    AverageRating
    FROM Books
    WHERE MATCHES ALL('Perl', 'DBI') AND
    PublicationDate >= '2000-01-01'
    ORDER BY SalesRank DESC,
    ListPriceAmt ASC,
    AverageRating DESC");

    $sth->execute or die 'Cannot execute: ' . $sth->errstr;

    print join(', ', @$row), "n"
    while $row = $sth->fetchrow_arrayref;

    $dbh->disconnect;

    DBD::Amazon provides a DBI and SQL syntax abstraction for the Amazon(R) E-Commerce Services 4.0 API *aka* ECS. < http://www.amazon.com/gp/ >. Using the REST interface, and a limited SQL dialect, it provides a DBI-friendly interface to ECS.

    Be advised that this is ALPHA release software and subject to change at the whim of the author(s).

    Product's homepage

    Requirements:

    · Perl
    · SQL::Amazon 0.10
    · SQL::Statement 1.14

      


    TAGS:

    retrive help content | Perl interface | Perl module | Request | interface | retrive

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM