I have this hash or array

my %array=(
NumericalResults => [@NumericalResults],
general => [@general],
);

I want to retrieve the name of one of the original arrays, for example
retrieve:

@NumericalResults
to use it in another function.

Can someone helpme

Thanks


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

Reply via email to