Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BoilerZ

    Concatenating 2 array variables

    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?
  2. BoilerZ

    Concatenating 2 array variables

    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...
  3. BoilerZ

    Concatenating 2 array variables

    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...

Part and Inventory Search

Back
Top