When using the module from Question 6, which of the following statements assigns the sender’s e-mail address to the %mailinfo hash? The e-mail address is stored in the $add variable.
a. $mailinfo{From} = $add;
b. $mailinfo{Sender}=$add;
c. %mailinfo{From} = $add;
d. %mailinfo{Sender}=$add;