Andrew Gaffney <[EMAIL PROTECTED]> wrote:
: : I'm currently going through and cleaning up all my code : and moving all common code to my module.
Get used to doing it. In about a year you'll wonder why you did it that way and how you did anything with such terrible programming.
A year? Try right now. When I originally started this project over 2 years ago (I was 17 and had done nothing like this before) I wrote all the CGI scripts in C++ using the mysql++ interface library. That was a mess. It was also slow as hell. I rewrote one of the larger scripts in Perl (when I originally started learning it about a year ago) and it was about 5 times faster, which didn't make much sense.
-- Andrew Gaffney Network Administrator Skyline Aeronautics, LLC. 636-357-1548
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>