$regex = "^abcde"; while () {  print if /$regex/; }