Hello everyone,
I am wondering if there is a way to have multiple entries passed for a single option when launching a perl script. (the only post that I found this on was using getopt::long but i didn't quite understand the answer)
Here is an example of what I mean:
testmachine># ./testcode.pl -o entry1 entry2 or testmachine># ./testcode.pl -o entry1 -o entry2
If this is possible, what would be the code to handle this within a perl script?
If it is not possible, how could a situation like that be handled?
Any help is appreciated!
Thanks, Marc.
In reply to multiple entries per option (Getopt) by mlebel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |