Help for this page

Select Code to Download


  1. or download this
    my $rln = /$start_re/ .. /$end_re/;
    if $rln == 1
    ...
    {
       print $out_fh $_;
    }
    
  2. or download this
    if rindex($rln, 'E0')
    {
        close $out_fh;
        next;
    }