open (THEFILE, $theFile) || die "open $theFile $!\n"; #### while () { my @items = split (/|/, $_); } close (THEFILE);