Hi again Harry,
Show quoted text> In another matter regarding unconstrained repeated FLAGGED
> placeholder, the Euclid docs are telling me: "When an argument is
> marked repeatable the corresponding entry of %ARGV will not contain a
> hash reference, but rather an array of hash references, each of which
> records each repetition." However, when I dump it via Data::Dumper, it
> is showing it as an array reference of array references. More
> accurately, a single array reference within the expected array
> reference.
>
> What I am feeding that particular option is a simple list of
> filenames. Whether I list them individually or via globbing the
> behavior is the same.
>
> Is this the 'expected' behavior?
Clearly not, since it wasn't what you'd expected. But it's the correct
behaviour. ;-)
(I believe the "array ref containing array ref" that you're seeing may
be caused by the way you're calling Data::Dumper, but without seeing the
actual code you're using, I can't be sure.)
Show quoted text> As a point of curiosity why _would_ it be an array of hash references
> as opposed to a single array reference..it is just a simple list, no?
> I do not understand the necessity/usefulness of the added depth.
Each flag can have more than one placeholder in it. For example:
=item -size=<H>x<W>
In such cases each entry for '-size' must be a hash (with the keys 'H'
and 'W' to store the two components of the flag's value).
Show quoted text> Any Idea when we could see an updated version?
As you see, I haven't even enough time to reply promptly.
As for module maintenance...that's only a fond wish just now, I'm
sorry to say. :-(
All the best,
Damian