> >> > I have created a module, and inside one of the Package methods, I
> >> have
> >> > the following code:
> >> >
> >> > $href = $getPlanInfo->fetchrow_hashref();
> >> > foreach my $key (keys %$href) {
> >> > print "$key : $href->{$key}\n";
> >> > $name =
>> > I have created a module, and inside one of the Package methods, I
>> have
>> > the following code:
>> >
>> > $href = $getPlanInfo->fetchrow_hashref();
>> > foreach my $key (keys %$href) {
>> > print "$key : $href->{$key}\n";
>> > $name = $key;
>> >
Please bottom post
> Steve
>
> You may want to think of this from a DB perspective.
>
> Is there a unique key associated with each of these lookups that could
prevent duplicate rows being returned? If you are looking up info for a
particular person, I would assume you would only want 1 retu
> Steve
>
> You may want to think of this from a DB perspective.
>
> Is there a unique key associated with each of these lookups that could
> prevent duplicate rows being returned? If you are looking up info for
> a particular person, I would assume you would only want 1 returned and
> you would wa
Steve
You may want to think of this from a DB perspective.
Is there a unique key associated with each of these lookups that could prevent
duplicate rows being returned? If you are looking up info for a particular person, I
would assume you would only want 1 returned and you would want a key wi