------------------------------------------------------------ Listing 3: edit-person-form.html First name editor

First name editor

Change the first name of to:

<%init> use People; my $people = new People; # Get all of the names of people, so that we can print them my @names_and_addresses = $people->get_names_and_addresses();