Help for this page
open (THEFILE, $theFile) || die "open $theFile $!\n";
while (<THEFILE>) { my @items = split (/|/, $_); } close (THEFILE);