open(DATA, "books.txt" or die "Could not open file: $!\n"; print "Letter: " and chomp (my $letter=); while() { print if /^$letter/io; }