Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "Hash: ",%Config::amazon_config,"\n";
    print "Host: ",$Config::amazon_config{'host'},"\n";
    print "Name: ",$Config::amazon_config{name},"\n";
    
  2. or download this
    package Config;
    my %amazon_config = (
    ...
            'file_types' => [ qw( jpg mobi ) ],
            );
    1;
    
  3. or download this
    
    Hash: 
    ...
    Host: 
    Use of uninitialized value in print at Objects.pl line 16.
    Name: