in reply to RE: RE: Fortune Telling Machine
in thread Fortune Telling Machine

You probably want to be using chomp instead of chop. And there's no reason to split it into two statements...
chomp($recipients = <READ>);