Aehh,
#!perl -w
require HTML::HeadParser;
use strict;
my $p = HTML::HeadParser->new();
$p->parse_file('c:\index.html');
print $p->header('title');
natuerlich, sorry !
Aehh,
#!perl -w
require HTML::HeadParser;
use strict;
my $p = HTML::HeadParser->new();
$p->parse_file('c:\index.html');
print $p->header('title');
natuerlich, sorry !