use Path::Class::Rule qw(); my $i = Path::Class::Rule->new->dir->iter; while (my $d = $i->()) { say $d if 3 == $d->dir_list; }
In reply to Re: Finding directories at a variable depth
by daxim
in thread Finding directories at a variable depth
by uday_sagar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |