I presume each image has the CGI script as it's src attribute?

You could just append a date string to the URI, where it would
be accessible using the usual methods: CGI.pm, $ENV{QUERY_STRING},
$ENV{PATH_INFO}, whatever.

More available upon request.
lee

| -----Original Message-----
| From: Rod Butcher [mailto:[EMAIL PROTECTED]
| Sent: Tuesday, October 14, 2003 1:57 PM
| To: [EMAIL PROTECTED]
| Subject: common timestamp for multiple scripts
| 
| 
| Gurus, i'm generating a number of on-the-fly png images on a 
| page using GD
| via cgi. The images all manipulate a timestamp. How can I 
| ensue the multiple
| executions of this script all get the same timestamp as input 
| ? Is there
| some variable available such as time of parent page ?
| I realize this would be a cinch using ASP, I don't have that option.
| thanks and regards, Rod
| 
| 
| _______________________________________________
| Perl-Win32-Web mailing list
| [EMAIL PROTECTED]
| To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
| 

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to