NAME
Win32::INET - Perl extension for Extract Temporary Internet File Path of Internet Explorer.
SYNOPSIS
use Win32::INET qw/GetUrlCacheFile/;
my $path = GetUrlCacheFile("http://blah.org/image.jpg");
if($path eq '') {
print "path is not found$/";
}else{
print "path is $path$/";
}
AUTHOR and LICENSE
Lilo Huang
Copyright (c) 2008 Lilo Huang. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html