Help for this page
use strict; use warnings; ... } } }
use strict; use warnings; ... chomp @newList; push @list, @newList; }
open IN, '<', $filename;