| Win32-UrlCache documentation | view source | Contained in the Win32-UrlCache distribution. |
Win32::UrlCache::Title - looks for an html cache and extract its title
use Win32::UrlCache::Title; Win32::UrlCache::Title->extract( $cache->filename );
This is used internally to look for an html cache and extract its title (this is for Win32 only).
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.
Kenichi Ishigaki, <ishigaki at cpan.org>
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.
| Win32-UrlCache documentation | view source | Contained in the Win32-UrlCache distribution. |