On Fri, Dec 06, 2002 at 11:58:37AM -0500, Danny Miller wrote: > Strictly speaking, ++$count is faster than $count++.
Strictly speaking, perl will convert $count++ to ++$count if it can. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]