[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] What am I not seeing?



On 15/07/99 at 7:16, bart.lateur@skynet.be (Bart Lateur) wrote:

> > {
> >     my (@qualscores)
> >
> >      # Get and validate the input options
> >
> >  GetOptions (
> >        'h'              => \$Help,
> >        'help'           => \$Help,
> >        'v'              => \$Verbose,
> >        'verbose'        => \$Verbose,
> >       ) ;
> >
> >     } # while ($next_record = <FH>)
> > }
> 
> There is one less opening brace (1) than closing braces (2).

...and a missing semi-colon is missing after:

    my (@qualscores)
    
should be:

    my (@qualscores);
    
Georges



===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org