Help for this page
# see perldoc -f require for more info my $class = 'Win32::DirSize'; eval "require $class" or die "Couldn't load $class: $@";
my $binary = "/path/to/executable"; -x $binary or die "$binary not found";