|
|
| go ahead... be a heretic | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
First of all please don't play games with the font. The
usual one is fine.
Secondly rather than calling functions using:
&index; Third I would suggest that you have a final case that reports what the parameter was and that it was not understood. This will help debugging when (in my experience not if) things go sour. Fourth in chatter you got the suggestion to call param('page') once and put that in a variable. That idea is a good one. Fifth, you are using strict, good, but I think you are using too much from CGI. Try :standard until that runs into problems. (Or using the OO form.) I could add more, but this is probably more than enough to digest at one go... In reply to Re (tilly) 1: Improving the efficiency of this piece of code
by tilly
|
|