Re: [Ledger-smb-devel] this is my question

2008-03-26 Thread shaker yasa
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');

Re: [Ledger-smb-devel] this is my question

2008-03-21 Thread herman vierendeels
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\]=".$

[Ledger-smb-devel] this is my question

2008-03-20 Thread shaker yasa
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