kiat has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to have a Windows program (like MSN messenger) which is started at startup. I would like that program to display some values from the website for the particular user, without he or she having to log in using a browser.
To wit, let's say I've a script on the server as follows:
http://localhost/index.pl?node=fetch_data&whois=tim
So I would like the .exe program to access that script to get the values for tim and display them.
My question is: What sort of output should the server script produce for reading by the .exe program? An xml file containing the data values? A textfile?
How is it normally done?
Thanks in advance :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Desktop program getting web data
by mrborisguy (Hermit) on May 17, 2005 at 00:36 UTC | |
by kiat (Vicar) on May 17, 2005 at 06:35 UTC | |
|
Re: Desktop program getting web data
by TheStudent (Scribe) on May 17, 2005 at 01:27 UTC | |
|
Re: Desktop program getting web data
by jhourcle (Prior) on May 17, 2005 at 02:25 UTC | |
|
Re: Desktop program getting web data
by Cap'n Steve (Friar) on May 17, 2005 at 05:28 UTC |