Help for this page

Select Code to Download


  1. or download this
    doSthWith(checkFn($test));
    
  2. or download this
    sub {
        doSthWith($_[0])
            if(checkFn($_[0]));
    }->($test);