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.