in reply to My excessive and redundant code<333

After skimming the code, I'm pretty sure it's some sort of CGI script. A few lines of documentation wouldn't hurt.

I also notice that you declare $end at the top of the script, then never use it. I suspect there are other problems, but I usually stop when I see a declared variable that isn't used.

  • Comment on Re: My excessive and redundant code<333

Replies are listed 'Best First'.
Re^2: My excessive and redundant code<333
by stonecolddevin (Parson) on Jun 23, 2005 at 03:20 UTC
    It is indeed a CGI script and apologies for lack of documentation. I need to take those $start and $end vars out, those are remnants of an old method of timing the page generation.
    meh.