Should I write small CGI scripts or a big, monolithic script?

Posted by Space on Stack Overflow See other posts from Stack Overflow or by Space
Published on 2010-05-25T13:45:30Z Indexed on 2010/05/25 14:31 UTC
Read the original article Hit count: 141

Filed under:

I am working on to create a web site to display some information about my system. This includes some graphs and some text information. For now I am creating different CGI scripts and calling them by creating links. A few days back one of my friends told me that instead of writting different CGI scripts, it's better to write single CGI script and create functions to call the part of code. I am confused.

What do you prefer while creating a web site?

© Stack Overflow or respective owner

Related posts about cgi