open IN, '<', 'clients.txt' or die "Can't open file 'clients.txt': $!"; @clients = ; chomp @clients;