Linux SoftwareProgrammingLibrariesSQL::Amazon::Request::Help 0.10

SQL::Amazon::Request::Help 0.10


SQL::Amazon::Request::Help is an Interface to retrieve Help content. SYNOPSIS $dbh = DBI->connect('dbi:Amazon:', $a
Developer:   Presicient Corporation, USA
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   57K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


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).

Requirements:
  • Perl 5.8.0
  • DBI 1.42 minimum
  • SQL::Statement 1.14
  • SQL::Amazon 0.10 (included in this bundle)
  • Clone 0.15
    tags dbi and  perl dbi  die cannot  connect dbi  sql amazon  

    Download SQL::Amazon::Request::Help 0.10


     http://ftp.casaafacerilor.ro/mirrors/CPAN/authors/id/D/DA/DARNOLD/DBD-Amazon-0.10.tar.gz


    Authors software

    SQL::Amazon::UserGuide 0.10 (by Presicient Corporation, USA)
    SQL::Amazon::UserGuide is a Perl module with user Guide for DBD/SQL::Amazon.

    SYNOPSIS

    #
    # create the par

    SQL::Amazon::Request::Help 0.10 (by Presicient Corporation, USA)
    SQL::Amazon::Request::Help is an Interface to retrieve Help content.

    SYNOPSIS

    $dbh = DBI->connect('dbi:Amazon:', $a


    Similar software

    SQL::Amazon::Request::Help 0.10 (by Presicient Corporation, USA)
    SQL::Amazon::Request::Help is an Interface to retrieve Help content.

    SYNOPSIS

    $dbh = DBI->connect('dbi:Amazon:', $a

    SQL::Amazon::UserGuide 0.10 (by Presicient Corporation, USA)
    SQL::Amazon::UserGuide is a Perl module with user Guide for DBD/SQL::Amazon.

    SYNOPSIS

    #
    # create the par

    Amazon API Search 1.0.0 (by Andrew Smith)
    Amazon API Search is the beginnings of a perl script to search Amazon.

    It interfaces with Amazon's API interface and performs what

    Ruby/Amazon 0.9.2 (by Ian Macdonald)
    Ruby/Amazon is a Ruby language library that allows programmatic access to the popular Amazon Web site via the REST (XML over HTTP) ba

    Artie 0.2 (by Stephen Crane)
    Artie is a Java program that fetches cover artwork using Amazon Web services

    Business::Associates 1.00 (by Allan Engelhardt)
    Business::Associates is a library to handle the new XML interface for the Amazon.com Associates program.

    This package replaces the

    mCatalog 0.2 (by Cesar Garcia Tapia)
    mCatalog is an application for catalogue films and books

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    ShoppingStar 1.0.0 (by gridvision engineering GmbH)
    ShoppingStar is a rich client application to browse products on the Amazon product catalog

    GCstar 0.5.0 (by Tian)
    GCstar project is an application for managing your collections


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags