I'm trying to concatenate two array variables of type string. I'm using this inside of a sub and for some reason it's not working.
$Config{'sender'} = "$Config{'sender'}\@$Config{'sender_domain'}";
This works, but the previous doesn't. Any ideas?
print MAIL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.