Help for this page
#!/usr/bin/perl ... $topdir= shift || '.'; get_sub_dirs($topdir); exit;
#!/usr/bin/perl use strict; ... } }