Help for this page

Select Code to Download


  1. or download this
    sub use_it {
        my ($string, $search, $replace) = @_;
    ...
        is cheat(@$case), simulate(@$case), 'cheat';
        is use_it(@$case), simulate(@$case), 'use';
    }