> $srting =~ s/<META NAME="keywords" CONTENT="(.+)".*?>/$1/igs
> 
This script line isn't working when the $srting contains

>> if the string contans for example this:
>> <META NAME="keywords" CONTENT="
>> test, good">

after CONTENT=" is a new line, and the script will not see the keywords.
I have tryed to put .*? somware else but whit no result.

Any other sugestions will be very welkom.


But thanks anyway


Reply via email to