in reply to Regexp::Assemble hangs with a certain case

Hi Kimmel,

It's because in the second case, $content matches the $regex (at the same location each time), so you're never changing the condition; hence never exiting the loop. Try changing "while" to "if", perhaps?

say  substr+lc crypt(qw $i3 SI$),4,5
  • Comment on Re: Regexp::Assemble hangs with a certain case