in reply to Are there any drawbacks to comments -- can they hurt the performance of Perl code?

I'm a little concerned that you might think there is a non-trivial overhead on comments in ANY (mature) language. Comments are insignificant even in, say, a Korn shell script which interpretes line-by-line.
Let's hope you are not using $x and $y for variable names because they might be faster.
There are much more significant gains to be made in coding than by having a small source file.
  • Comment on Re: Are there any drawbacks to comments -- can they hurt the performance of Perl code?