On Tue, Oct 01, 2002 at 07:39:56PM -0700, Powers, Dean wrote:

> I'd like to have xml data display on my pages without requiring users to
> click on a URL.
> 
> Anyone know how to construct an Execute Statement which sends out a http
> request when the page is generated?

use LWP and do your own request during the normal course of your pages
execution.

If this isn't required to be perfectly dynamic then scheduling an
offline run every X minutes to put the output somewhere in your web
tree to be included in your page would perhaps be of less load.

-- 
 Andrew O'Brien
 Senior Engineer                       email: [EMAIL PROTECTED]
 Switch Online Group Pty Limited       phone: +61 2 9299 1133
 ABN 89 092 286 327                    fax:   +61 2 9299 1134

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to