Subject: Re: [Ledger-smb-devel] this is my question
>
> another exercise
>
> #tree dimensional hash
> my @array=();
> print "nr of elements in [EMAIL PROTECTED]".($#array+1)."\n";
> my %hash3=(accno=>'0123',description=>'test0');
another exercise
#tree dimensional hash
my @array=();
print "nr of elements in [EMAIL PROTECTED]".($#array+1)."\n";
my %hash3=(accno=>'0123',description=>'test0');
push @array,\%hash3;
print "nr of elements in [EMAIL PROTECTED]".($#array+1)."\n";
print "value of key accno of hash at array\[0\]=".$
Dear Sir
I'm sorry for repeating my question 3 times. I am having difficulties
making the move from being an MS.net programmer to being a perl programmer.
Herman's expanation yesterday was very helpful.
but I am still having difficulty understanding how this