in reply to Re: eval string possibilities
in thread eval string possibilities
(Using /o would not be good here because if the while loop was ever entered more than once with different values of @regexen, it would sill only ever compile the patterns once).You can use //o, and if you ever intend to re-enter the loop, just do the eval over again.
|
|---|