View Single Post
Old 04-10-2005, 08:14 AM   #11 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
How are the names formatted? (I assume you're saying that it's missing the first name)

Quote:
replace '\r' with nothing (making sure every line ends with a '\n')
Actually chomp is removing the '\n' so $_ is a clean line.

-r
idx is offline   Reply With Quote