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