At 08:46 24.05.2001 +1000, you wrote:
>
> $sth->finish;
> #print "sumSales:\t$sales, $count\n\n";
> if (@row){return @row};
>}
Probably has nothing to do with your problem, but as a matter of habit, I
like passing around references instead of entire arrays or hashes.
Try returni
--- [EMAIL PROTECTED] wrote:
> The code fragment below is the bit I'm having issues with. I know
> that everything works as the commented print stmts work. When I try
> to return the value to the calling script I seem to be getting a
count
> of the elements of the array.
That sounds like a con
Hello,
I'm having a shot at writing a module for the first.
I am experiencing some issues returning an array.
The code fragment below is the bit I'm having issues with. I know that
everything works as the commented print stmts work. When I try to return the
value to the calling script I se