Help for this page

Select Code to Download


  1. or download this
    ##
    ## user_address()
    ...
    sub user_address {
      #whatever
    }
    
  2. or download this
    =item population()
     
    ...
    Given a country, returns the population.
    =cut
    sub population { ...