Help for this page

Select Code to Download


  1. or download this
    my $used_space = get_used_space($path);
    if ($used_space >= 90) {
        print("Warning: please clean the directory: $path\n");
    }