Neil Williams wrote:
> if ($g->{type} eq 'pilot_address')
> {
> my $c = new Contact;
> $c->entryCity($g->{'string'}->[0]->{content});
> }
Where does the entryCity subroutine come from?
Is there a good reason you're using a subroutine over simply setting
it directly?
Steve