E
El Duce
I would like to call a function w/in an RE. Say foo:
$x =~ s/abc(.*)def/foo($1)/g;
(I know that syntax doesn't work, but you hopefully get the idea).
Is there a way?
TIA,
El Duce
$x =~ s/abc(.*)def/foo($1)/g;
(I know that syntax doesn't work, but you hopefully get the idea).
Is there a way?
TIA,
El Duce