Help for this page
my @array1; my @array2; ... } close FILE; }
@_ = split ( /\n/, $_); @array1 = @_;