Chris Devers wrote:
Gunnar Hjalmarsson wrote:
The ';' character separates statements within a block.
Accordingly, it's not needed after the last statement.

That said, it's a good habit to include it. If you ever come back to edit that file later, the original last statment might not always be the last statement, and if you forget to add it -- which would be all too easy to do -- then things will break.

Agreed. (I confined myself to give a plausible explanation to the OP's observation.)

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

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




Reply via email to