http://www.perlmonks.org?node_id=995459

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm needing to write a Test::More test script which accepts command-line arguments, and passes these parameters to functions defined in the script itself.

Nothing in perldoc indicates that this is possible, nor have any tests using Getopt::Long works in such an environment.

Is there a way I can pluck values from the command-line while using Test::More?