in reply to How can I stop ARGV from globbing all over the place?

This is an issue with the command-line, not perl. Two solutions that spring to mind are literal quoting the arguments e.g
microgen -cf '*.cfg' -cf /users/someone/goofy.cfg -ts '*.vh'
Or using one of the Getopt:: modules.
HTH

_________
broquaint