in reply to Getopt::Long on Variable?
I usually just use this:
{ local @ARGV = @array; GetOptions( .... ); } [download]