while(<>) { chomp; my @array = split(/\|/); } #### s/\r//g;