Win32::UrlCache::Title - looks for an html cache and extract its title


Win32-UrlCache documentation  | view source Contained in the Win32-UrlCache distribution.

Index


NAME

Top

Win32::UrlCache::Title - looks for an html cache and extract its title

SYNOPSIS

Top

  use Win32::UrlCache::Title;
  Win32::UrlCache::Title->extract( $cache->filename );

DESCRIPTION

Top

This is used internally to look for an html cache and extract its title (this is for Win32 only).

METHOD

Top

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

Top

Kenichi Ishigaki, <ishigaki at cpan.org>

COPYRIGHT AND LICENSE

Top


Win32-UrlCache documentation  | view source Contained in the Win32-UrlCache distribution.