advice/techniques: script control over page transitions

2000-04-04 Thread BT
I've generally created a cgi script per page. Is that a mistake? (I embed the perl in my html so I can edit pages with an html editor) I need a better technique for invoking traversals to other pages. Right now all I can do is a redirect (internal or external). How do you organize things so

cgi script efficiently invoking another cgi script

2000-04-03 Thread BT
Assume you roughly have a one-to-one between scripts and web pages. How do you write a script to display its own web page or efficiently invoke another script/page? Redirect is slow. Can you exec, i.e. can a cgi script exec another in it's own place? For example: Suppose you write a "login"