Help for this page

Select Code to Download


  1. or download this
    my $condition = sub { !-d $_[0] };
    my $result = checkForDirectory($condition);
    ...
            doSomethingElse();
        }
    }