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

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

I want to have a unit test case to check 'either or' value for a variable

is($var1,"can be either a or b","test passed");

How can this be done using Test::More