PDA

View Full Version : Requiring Pages


crca
11-15-2002, 08:06 PM
I have a script (index.pl) that if no arguments are passed by an form rquires main.pl. that then calls template.pl to get the template and then requirs main.pl (with the variable $#done = 1) to say that it is done. The only thing is, every require for the scripts will work except for main.pl and index.pl

I have the source code in a zip file if you dont understand the above.