Perl equivalent of PHP's preg_callback

Posted by Joseph on Stack Overflow See other posts from Stack Overflow or by Joseph
Published on 2010-05-10T09:15:01Z Indexed on 2010/05/10 9:54 UTC
Read the original article Hit count: 240

Filed under:
|
|

Do we have a preg_callback equivalent in Perl ?

Lets say I want to match something and replace it with the return value of the function that is called with the matched thing.

© Stack Overflow or respective owner

Related posts about perl

Related posts about php