Help for this page
#!/usr/bin/perl ... ) or die 'options'; print "\@array: @array\n";
$ ./646480.pl -a foo -a bar -a baz
@array: foo bar baz