Help for this page

Select Code to Download


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