Help for this page

Select Code to Download


  1. or download this
    foreach(glob('d:\*')){
        if(-d $_){
            print "Directory: $_\n";
        }
    }