Help for this page

Select Code to Download


  1. or download this
    if (-d $dir && !-l _) {
    
        ...
    
    };
    
  2. or download this
    foreach (sort { lc($a) cmp lc($b) } readdir(DIR)) {
        push (@dir, "$dir\/$_") if (m/$non_include/);
    };