|
You are looking at a very old, but free version of the course.
If you are interesed the most recent version, check it out
on the Perl Maven site. * take the ifconfig/ipconfig test script and fix it so
there will be a skip block on the ifconfig part as well.
* create a test function is_any that will get
a scalar and and a reference to an array and
check if the scalar is one of the values in
the array.
write test script that uses this function.
* create a test module that exports the is_any function.
Write test script that uses this module.
* Change the test script you wrote for MyCalc.pm
to use the 'is' function of Test::More.
If you are interested in on-site trainings by the author, please
contact me directly.
|