On Fri, 2007-01-19 at 13:24 +0000, Rob Dixon wrote:
>    ++$lines;

What's exactly the difference between:

++$lines;

and

$lines++; ?

David.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to