--On Donnerstag, 09. August 2001 15:49 +0100 John Edwards
<[EMAIL PROTECTED]> wrote:
> Try this, having put return $value at the end of sub_one
>
> my ($numhits, @hits) = @_;
> for (0 .. $numhits - 1) {
> $returnedValue = &sub_one(&array_to_hash($_, @hits));}
>
thanks - I had foolishly assumed that if sub_one does something else apart
from generating $returnedValue, like printing out html, it would not do
that if I simply called it by assigning its return argument to a variable.
Birgit Kellner
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]