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


in reply to Test::More command-line arguments?

A Perl test file written with Test::More is just a Perl program. @ARGV works there like it does in any Perl program (I know, I use @ARGV in some of my test files.)

Can you post some example code that does not behave as you expect?