in reply to Reading from a glob into Getopt::Long
I know this thread is a few years old but I was looking for this today. This is what I found from http://www.perlmonks.org/?node_id=919467
GetOptions( #many other integer and string options .... "file=s{,}"=>\@files ..... );
|
---|