That's the thing, I'm not sure what version of Perl I'm using. It's on a SUN Cobalt server somewhere in NY. I know that it should work, but it isn't. I know the code should work. Any other ideas?
sdeakin - I've tried every variant of that. It's quite frustrating. I'm able to assign strings into the array:
$Config{'sender'} = "someone\@somewhere.com";
So I know that I'm able to change the variable, but it's not allowing me to assign it to anything else ... extreme bloat...
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.