in reply to Re: Unique Array from DB
in thread Unique Array from DB

If one more field from the DB would have to be added to this like including the date the account was opened,
$date_opened = $pointer->{'dateopened'};
Is that the case of one of those multidimensional hash?
Printing,
Group A - Name=Mary - Date Opened 03/03/2009

Replies are listed 'Best First'.
Re^3: Unique Array from DB
by ikegami (Patriarch) on Mar 09, 2009 at 19:33 UTC