This document discusses using Perl with Amazon Web Services (AWS). It notes that while there is no official Perl SDK, there is extensive CPAN support for interacting with AWS APIs. However, the existing CPAN modules have inconsistencies, lack support for some newer AWS services, and may not be using the latest API versions. The document proposes generating a unified Perl SDK by parsing documentation and code from other language SDKs like JavaScript to autogenerate Perl code wrapping all AWS APIs and services in a consistent way. It calls for contributors to help build out and improve the proposed SDK.