in reply to Re^5: An overlapping regex capture
in thread An overlapping regex capture
Yes, I tried it and got the following:
ID: at seqextractor.pl line 23, <$fh> line 130.
Segments: $VAR1 = [];From the using the following
foreach my $id (keys %id2seq){ warn "ID: $id"; my @segments = split /\|/, $id; warn "Segments: " . Dumper \@segments; my $filename = $segments[0]; }
Does it mean that the array is empty?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: An overlapping regex capture
by 1nickt (Canon) on Jun 22, 2017 at 21:24 UTC |