#!/usr/bin/perl use strict; use warnings; for () { chomp if /[a-z]/; print; } __DATA__