Re: [PATCH 2/4] MODSIGN: Specify the hash algorithm on sign-file command line

From: David Howells
Date: Thu Jan 24 2013 - 19:07:41 EST


Michal Marek <mmarek@xxxxxxx> wrote:

> >> +our ($opt_v, $opt_a);
> >
> > Should this be 'our' or 'my'?
>
> These are global variables set by getopts(), so they need to be declared
> 'our'. But I can change it to use the two-argument version of getopts,
> that does not use global variables.

No, that's fine. Perl seems like black magic at the best of times.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/