I got this note on the Amazon Developers discussion list

The easiest way to tell if you're using the older ECS 3.0 is to look in your code for calls to the Perl module. If there are any references to "modes" and you see modes all in lowercase like "books" or "toys" then the code is using the older version of ECS which will stop working soon. The latest version of ECS ... err ... A2S (no confusion there, huh?) replaces "modes" with "Search Indexes" and the search indexes are in proper case like "Books" or "Toys."
I inspected the Net::Amazon code. As far as I can tell, it uses ECS 4 on calls to Amazon, even though they use lower case in their own calling parameters. They use the following URL http://webservices.amazon.com/onca/xml?Service=AWSECommerceService . Its name implies it uses AWS, which means that I do not need to redo the calls to Net::Amazon on my site. I hope I am correct, otherwise I will have a catastrophic failure when ECS3 is turned off in March 2008.

In reply to Re: Accessing Amazon Data by InterGuru
in thread Accessing Amazon Data by InterGuru

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.