NAME
Win32::UrlCache::Title - looks for an html cache and extract its title
SYNOPSIS
use Win32::UrlCache::Title;
Win32::UrlCache::Title->extract( $cache->filename );
DESCRIPTION
This is used internally to look for an html cache and extract its title (this is for Win32 only).
METHOD
extract
receives a temporary file name, walks down in the cache diretories to find a cache of the name, tries to extract its title, and returns the (hopefully) properly-encoded title.
AUTHOR
Kenichi Ishigaki, <ishigaki at cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.