Hi, I have a refence to a hash, which is $hashref. I want to print out the name of the hash ( which is "%hash" ) from $hashref, but don't know how. Could you please help? thanks!
#-----
%hash= {
apple => "red",
bana => "yellow",
};
$hashref =\%hash;
print ?hashref;
#-----
Carlos
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
