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$/";
}
PPM DISTRIBUTION
If you are using ActivePerl, you can also install with the command
ppm install http://tw.kuso.cc/Win32-INET.ppd
AUTHOR and LICENSE
Lilo Huang, kenwu@cpan.org
Copyright (c) 2008 Lilo Huang. All rights reserved.
http://blog.roodo.com/kenwu
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