Daniel Falkenberg wrote:
>
> Hello All,
Hello,
> I currently have a hash of a hash...
>
> > %HoH = (
> > Key1=> {
> > Apple => "Green",
> > Banna => "Yellow",
> > },
> > Key2=> {
> > Carrot=> "Or
On Tuesday 29 June 2004 08:49, Daniel Falkenberg wrote:
> Hello All,
Hi Dan,
> I currently have a hash of a hash...
>
> > %HoH = (
> > Key1=> {
> > Apple => "Green",
> > Banna => "Yellow",
> > },
> > Key2=> {
> >
On Tue, 2004-06-29 at 12:19, Daniel Falkenberg wrote:
> Hello All,
>
> I currently have a hash of a hash...
>
> > %HoH = (
> > Key1=> {
> > Apple => "Green",
> > Banna => "Yellow",
> > },
> > Key2=> {
> >
Hello All,
I currently have a hash of a hash...
> %HoH = (
> Key1=> {
> Apple => "Green",
> Banna => "Yellow",
> },
> Key2=> {
> Carrot=> "Orange",
> Tomoatoe => "Red",
> }