advanced code snippet search
alfirth on 05/20/11
list subdirectories
05/20/11 11:20am
local $\ = "\n";while (<./*>) { print $_ if (-d);}
Report this snippet Tweet
Comment:
You need to login to post a comment.