The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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