help me please
in terminal :
C no longer supported in regex; marked by <-- HERE in m/<host><!\[\ <-- HERE CDATA\[(.*)\]\]\></host>/
code in my file perl
if ($html =~ /<host><!\[\CDATA\[(.*)\]\]\><\/host>/)
What would be the best way of approaching this?
thanks you