http://qs1969.pair.com?node_id=524120

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

Hi All,

use Test::More tests => 2;
How can I pass a dynamic Value to the test count Value.

like :-
$test_count = 2; use Test::More tests => $test_count;
It says that above is Invaid.

Could anyone tell me the way to pass dyanamic test count values.

"Keep pouring your ideas"