On 06/23/2007 04:30 AM, Mumia W. wrote:
[...]
You also could have written it this way:

open AUTHFILE, "</home/customercare/authorized_users.txt"
  or die "Can't open file: $!";
@email_list = grep !/^#/, <AUTHFILE>;

chomp @email_list;

close AUTHFILE;


:-)



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to