recently installed windows 2k pro on a new drive ( fireball 20 gig ) using the normal ide connection ( i didn't know about the f6 stuff then :( ) . when i move the drive to umda 66 connection it brings up a error like failed to read , i can't remember exactly . does anybody have any ideas how i...
I've got this code ;
use HTML::TokeParser;
$p = HTML::TokeParser->new(shift||"$buffer");
if ($p->get_tag("title")) {
my $title = $p->get_trimmed_text;
print "Title: $title\n";
}
for finding the title from a html page , can someone tell me how...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.