Hi again. For those who know me you'll be gald to know I solved the other problem.... 
But, now I have a new one.
However, although the program works this line is giving me errors:
"Use of uninitialised value in split"
What is wrong? I have declared my @host and @guests as well as trying $guests alongside.
Thanks for looking
But, now I have a new one.
However, although the program works this line is giving me errors:
Code:
@host = split(';',$guests[0]);
"Use of uninitialised value in split"
What is wrong? I have declared my @host and @guests as well as trying $guests alongside.
Thanks for looking