open(FH,"input.txt") or die "cant open"; @array=; foreach(@array){ if($_!=~m/^>/) { $_=~s/\n//g; print "$_\n"; } }