Help for this page

Select Code to Download


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