On Tue, Feb 06, 2007 at 04:33:23PM -0500, Matt Herzog wrote:
> 
> We have three managers each of whom have several corporate client
> accounts each.  Each corp account has an instance of our web app running
> on a server hosted by us.  We have cricket (cricket.sourceforge.net)
> running on another server.  Cricket is monitoring the overall level of
> activity on each corporate client account.  To see how much our customers
> are actually using their site the manager just has to click a couple
> buttons and a graph is generated.  We can "fake the clicky" pretty easy
> by altering strings in the url.  I dunno if it's possible to have a
> variable inside a URL.  My boss wants me to write a script that will
> daily email each manager these cricket graphs.

It sounds like you just need to request a bunch of URLs.  I suggest using
LWP::Simple.

I'm not sure what you mean by "I dunno if it's possible to have a
variable inside a URL."  A URL is just a string.  You can build it
however you like, then pass it to LWP::Simple's get() function.

Ronald
 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to