Re: or with multiple statements

2010-08-16 Thread Shlomi Fish
Hi Nora, On Monday 16 August 2010 10:31:48 HACKER Nora wrote: > Hi list, > > I just implemented multiple statements after 'or' but it wouldn't work > unless I put the semicolon after the closing bracket. Am I right guessing > that the trailing semicolon ends the statement at the beginning and is

or with multiple statements

2010-08-16 Thread HACKER Nora
Hi list, I just implemented multiple statements after 'or' but it wouldn't work unless I put the semicolon after the closing bracket. Am I right guessing that the trailing semicolon ends the statement at the beginning and is therefore invariably needed? #!/usr/bin/perl -w use strict; use warni