in reply to Re^2: Perl modules (was: Re: Begginer's question: ...)
in thread Begginer's question: If loops one after the other. Is that code correct?
Hi predrag,
data would changes probably two times a day
One way to do this would be with a cron job calling a Perl script that generates the charts twice a day and saves them as image files. Then, the web server would only have to serve up static files, without the need of calling a CGI script to get the images.
Regards,
-- Hauke D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl modules (was: Re: Begginer's question: ...)
by predrag (Scribe) on Jan 23, 2017 at 16:26 UTC | |
by haukex (Archbishop) on Jan 23, 2017 at 16:35 UTC | |
by predrag (Scribe) on Jan 23, 2017 at 22:42 UTC |