Help for this page

Select Code to Download


  1. or download this
        InternetSetOption(NULL, INTERNET_OPTION_REFRESH , NULL, 0);
    
  2. or download this
    use Win32::Registry;
    use Win32::API::Prototype;
    my $infile = "c:\\proxies.txt";
    ...
        InternetSetOption(NULL, INTERNET_OPTION_REFRESH , NULL, 0);
         sleep(30);
    }