in reply to
Re: Error Handling Misconception
in thread
Error Handling Misconception
You probably got that idea about the semi-colon from the Error module which uses sub refs to implement a try/catch syntax. The sub refs do require a semi-colon.
Comment on
Re: Re: Error Handling Misconception
In Section
Seekers of Perl Wisdom