Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Testing our app using the 3rd party class

use strict;
use warnings;
use Test::More;

use MySalary;
is MySalary::get_salary('Foo'), 100;

done_testing;