Guys, I'm trying to use Mail::Sender, which expects to get a hash containing the parameters. Every example that I see uses a constant value I.E. 'To => joe@mama.com'. I'm trying to pass in variables for these values, and get "eval errors" when I attempt to compile/run the script. Would someone PLEASE save my sanity, and show/explain the proper technique for passing variables to a function that expects to get them in a hash?
Thanks!