in reply to Re^18: Reusing a complex regexp in multiple spots, escaping the regexp
in thread Reusing a complex regexp in multiple spots, escaping the regexp
will, on threaded builds, invoke both $tied_array->FETCH(0) and $tied_array->FETCH(1), but will discard the second value.for my $i (0,1) { /abc$tied_array[$i]/; }
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^20: Reusing a complex regexp in multiple spots, escaping the regexp
by LanX (Saint) on Apr 17, 2026 at 17:07 UTC |