open(CUST, "cust_info.txt"); while () { print ((split ('\|'))[1], "\n"); }