Net::Amazon::Route53

A simple Perl class
Download

Net::Amazon::Route53 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Marco Fontani
  • Publisher web site:
  • http://search.cpan.org/~mfontani/

Net::Amazon::Route53 Tags


Net::Amazon::Route53 Description

A simple Perl class Net::Amazon::Route53 is a Perl module.SYNOPSIS use strict; use warnings; use Net::Amazon::Route53; my $route53 = Net::Amazon::Route53->new( id => '...', key => '...' ); my @zones = $route53->get_hosted_zones; for my $zone ( @zones ) { # use the Net::Amazon::Route53::HostedZone object } Requirements: · Perl


Net::Amazon::Route53 Related Software