
gnix
Novice
Mar 5, 2009, 7:09 AM
Post #1 of 2
(2166 views)
|
|
(?P<..>..) in perl
|
Can't Post
|
|
hi. I know that Python has the possibility to use this syntax (?P<name>regex) to have a backreference with the name 'name', instead of $1, $2, etc. I tryed in Perl, but it doesn't work. Do you know if is possible to use this syntax? thanks gnix
|