- or download this
s/\[\[(\w+)\]\]/$helper->($1)/eg;
- or download this
panic: sv_pos_b2u: bad byte offset at [...].
- or download this
s/\[\[(\w+)\]\]/@{[$helper->($1)]}/g;
- or download this
while (m/\[\[(\w+)\]\]/) {
my $foo = $helper->($1);
s/\[\[(\w+)\]\]/$foo/;
}