in reply to Multiple tasks in same_script, or multiple_scripts?

I would definitely recommend splitting your application into lots of smaller scripts. For example you could have a script for each task e.g. adduser.pl deluser.pl etc.

I have tried both approaches to big web applications and I have found that the small script approach is better in two main respects: maintainability and speed.

Good luck with your project!

~~r0b

  • Comment on Re: Multiple tasks in same_script, or multiple_scripts?