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
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