Help for this page

Select Code to Download


  1. or download this
    {"Street name" => "Sample Street",
    "House number" => "123",
    "ZIP Code" => "45678",
    "City name" => "Randomcity"}
    
  2. or download this
    {"Sample Street 12345678 Randomcity" => ""}
    
  3. or download this
    use warnings;
    use strict;
    ...
    {
      "Sample Street 12345678 Randomcity" => "This_is_the_address_content"
    +,
    }