Help for this page
my $dir = shift || "client"; my @list = grep -d, glob "*$dir*/*"; $" = $/; print "@list"