The Road Ahead1;Completely Revised and Up-to-Date; 002564418 road ahead2; America’a creeping revolution;00345678 The road ahead3;[Address made before the Regional Foreign Policy Conference; 004561963 my Perl codes read each line in an array, but how can I join only the two lines of the Description? ============================================ open IN,"In.txt" or die "Can't read \n"; my @array=; chomp; for my $array (@array){ $array=~s/^\s*$//; my @field=split(/";"/, $array); for my $field (@field){ ..... } } close IN;