I try'd it whit this url

$URL = "http://www.eelco.com";;

use LWP::Simple;
$string = get ($URL);

if ($string =~ s/<META NAME="keywords" CONTENT="(.+)".*?>/$1/ig)
{
$keywords = $1;
}

$keywords remains empty


Met vriendelijke groet

Multi-Graphics
Eelco Alosery
Koekoeksbloem 11
8255 KH Swifterbant
tel/fax: 0321-843340
Mobiel: 06-55754757
[EMAIL PROTECTED]
http://www.multi-graphics.nl


Reply via email to