To get a list of all the xml files, I think it's much easier to use glob
my @docs = glob('dir/*.xml');
BTW, do check the docs to fully understand how glob works, (paths with spaces may not work as you expect!).
In reply to Re: How to run multiple xml in a directory on a single perl script
by RichardK
in thread How to run multiple xml in a directory on a single perl script
by Siegfried_13
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |