in reply to Using Getopt::Long
++tye.
The '@' suffix to the parameter type specification should always be there when you want to accept multiple entries for the same key (command-line option), but when using Getopt::Long with variable references, an arrayref makes it redundant and allows it to be omitted, as a shortcut (!).
dmm
|
|---|