Help for this page

Select Code to Download


  1. or download this
    package MyConfig;
    
    ...
    1;
    
    __END__
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    print "Host: ",$amazon_config{host},"\n";
    print "Name: ",$amazon_config{name},"\n";
    
  3. or download this
    Host: localhost
    Name: amazon