NAME
example.pl
USAGE
example.pl -f config-name example args
OPTIONS
--endpoint-url, -e API endpoint, default: https://queue.amazonaws.com
--file, -f Name of a .ini configuration file
--help, -h help
Configuration File
Some examples may rely on values you must set in your .ini file.
See Amazon::SQS::Config for the format of the .ini file.
AWS Credentials
You can set your credentials in the config file in the [aws]
section or rely on the Amazon::Credentials to find your credentials in the environment.
Running the Examples
To get help for running a specific example:
example.pl -h ListQueues
AUTHOR
Rob Lauer - <bigfoot@cpan.org>