Hi there,
the question is about speed.
There are two possibilites in my CGI script:
1) use a lots of prints of small chunks of HTML
2) create one huge string containing whole HTML page and print it only once at the end.
What will be optimal?
Best Regards,
Dmitry