Re: [Ledger-smb-devel] Entering a Sales Invoice via a script.

2008-03-21 Thread Del Miller
John, Thanks for the suggestion, this is the route that I've taken so far but with little success. I have yet to find the magic combination of form fields that will allow me to directly submit an invoice into the system. It has also been suggested that I go against the IS.pm module directly b

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\]=".$