Skip to content

Commit edb2023

Browse files
committed
[rosalind] add parens to slurp to avoid gobbling block
1 parent bece85b commit edb2023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

categories/rosalind/tran-grondilu.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use v6;
22

3-
given slurp {
3+
given slurp() {
44
my @dna;
55
for m:g/ '>Rosalind_' <.digit>**4 \n ( <[ACGT\n]>+ ) / {
66
push @dna, $_[0].subst: "\n", '', :g;

0 commit comments

Comments
 (0)