I want to have a simple text file with a list of email addresses in it (and one for real names as well), one per line, nothing fancy, and I want to read that from a Perl script so that it places it directly into an array. I.e., I want to read the file addys.txt and place each line into it's respective spot in the array @email_addys. I actually want to know how this works, too, not just accomplish something at work, so if you could really explain it well, that'd be great. I understand filehandles a *little* (they're still very confusing to me). Thanks!