NAME

Win32::INET - Perl extension for get Internet Explorer Temparay Filename.

SYNOPSIS

use Win32::INET qw/GetUrlCacheFile/;
my $filepath = GetUrlCacheFile("http://blah.org/image.jpg");

if($filepath eq '') {
    print "filepath is not found$/";
}else{
    print "filepath is $filepath$/";
}

AUTHOR and LICENSE

Lilo Huang, kenwu@cpan.org

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