Help for this page
#Capture header ... if ($line =~ /^>.+$/ ) { $header = $&; } }
$number = 1 ; foreach (@array) { ... $_ =~ s/\n+/\n/g ; }