in reply to Re^16: Reusing a complex regexp in multiple spots, escaping the regexp
in thread Reusing a complex regexp in multiple spots, escaping the regexp

I think "threaded perl" means an interpreter compiled with -Dusethreads. It changes the output regardless of whether you use threads in the code or not.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
  • Comment on Re^17: Reusing a complex regexp in multiple spots, escaping the regexp
  • Download Code