in reply to Comparing Arrays

G'day WorkerBee,

You don't show your option parsing code: I'm guessing the getopts you're referring to is the function provided by Getopt::Std. You might want to consider Getopt::Long; in particular, look at the "Options with multiple values" section.

-- Ken