Help for this page

Select Code to Download


  1. or download this
    reality_test( $test_me, '$test_me', $min, $max );
  2. or download this
    isInRange( $cntFiles, 'Number of Files',
        $minFiles, $maxFiles );
    
  3. or download this
    isInRange( *test_me, $min, $max );
    sub isInRange {
        my( $glob, $min, $max )= @_;
    ...
        }
        return !1;
    }