Hi, I have tried to download files using Win32::Internet:
use Win32::Internet; my $ua = Win32::Internet->new(); my $file = $ua->FetchURL($url); The problem is that even though the files are static files (*.tgz), Win32::Internet downloads the files from the cache and not the updated files. I don't know why it does this, but is there a way of forcing it to download the files from the server and not from the cache? (If I use LWP instead, it works fine, but I want to create .exe files with Perlapp and if I use LWP, the created files are too big). Thank you. Teddy _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
