danielhozac
Programmer
When I try to use this regular expression
$myline =~ s/\<\/?*\>//gi;
apache gives me this error
[Sat Dec 01 12:22:20 2001] [error] [client ***.***.***.***] Nested quantifiers before HERE mark in regex m/</?* << HERE >/ at /websites/script.pl line 44.
What is the problem?
//Daniel
$myline =~ s/\<\/?*\>//gi;
apache gives me this error
[Sat Dec 01 12:22:20 2001] [error] [client ***.***.***.***] Nested quantifiers before HERE mark in regex m/</?* << HERE >/ at /websites/script.pl line 44.
What is the problem?
//Daniel