Re: how to run regex calculation
Jan Pazdziora <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 09, 2020 at 05:21:38PM +0800, Wesley Peng wrote:
> what does (??{$1*$2}) means?
Check the perlre(1) man page for explanation of "(??{ code })".
As already mentioned, other venues like Perlmonks might serve better
for the generic Perl questions.
--
Jan Pazdziora