in reply to Re: metacharacter expansion , parse format string similar to log format or printf format
in thread metacharacter expansion , parse format string similar to log format or printf format

Ahh! The key part there is the 'e' flag to the s// regexp operator.

FYI, the 'e' flag documentation is easier to find at the s/PATTERN/REPLACEMENT/msixpogce section of the perlop page.

Thanks much.

  • Comment on Re^2: metacharacter expansion , parse format string similar to log format or printf format