Would anyone tell me how to do something like this ?

sub something
{    my (%hash, %hash2, @array) = @_;
        [......]
    return (%result)
}

my %restult = something ( %hash, %hash2, @array);



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to