It would be easier to read your posting if you update it using code tags around your code. Refer to Writeup Formatting Tips.
If you want to recursively list contents of directories, you could use File::Find (which is a Core module part of the Perl installation) or File::Find::Rule (which is a CPAN module) which many find easier to use.
Or a glob solution:
my @global = glob 'www/* www/*/*';
In reply to Re: Adding another wildcard directory after scan.
by toolic
in thread Adding another wildcard directory after scan.
by valax
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |