[edited by: phranque at 7:27 am (utc) on Jul 14, 2010]
[edit reason] unlink/de-obscure urls [/edit]
You can use several versions of Perl at once, or even package your program into .exe with PAR.
Maybe you'd like to explain those problems and the involvment of MSIE
The older Perl version shows the update of the HTML when ever I want it, the new version (about 2002) only when the job is finished and the program has to wait for the next user interaction.
‘-U agent-string’
‘--user-agent=agent-string’
Identify as agent-string to the http server.
The http protocol allows the clients to identify themselves using a User-Agent header field. This enables distinguishing the www software, usually for statistical purposes or for tracing of protocol violations. Wget normally identifies as ‘Wget/version’, version being the current version number of Wget.
You might also want to check out this IBM article
Did you try changing your useragent?
‘-U agent-string’
‘--user-agent=agent-string’
Identify as agent-string to the http server.