in reply to How do I pass command line args to test module?
I figured it out!!! In the script prior to testing for command line args, I set them via the following: @ARGV = qw(blah); It seems to work as I wish it to. TG