I
it_says_BALLS_on_your forehead
yusuf said:Hi,
Does anyone know how to send command line options into test scripts
from prove?
For instance, I want to call the test file "t" with the options:
--log somefile --output=true
go to CPAN. search for GetOpt::Long:
http://search.cpan.org/~jv/Getopt-Long-2.35/lib/Getopt/Long.pm
This should help you do what you require.