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

Re: [MacPerl] What am I not seeing?



On Wed, 14 Jul 1999 17:01:10 -0700, Vicki Brown 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).

	Bart.

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