Ha. A simple, "I don't like what you did" would be fine. It was mostly a test exercise to see if I could do it to be honest. And it does work properly despite lack of some error checking which is why I sorta hinted at it needing some. As far as indenting I prefer to tab while others use spacing for portability. Keeps the code smaller. And I happen to like combining similar short commands on a single line. Just my preference. Isn't that what perl is sorta about....freedom in coding style. Also the arrays aren't identical due to the new folder tree having a different name. That's just how I did it. The only real reason I even did this was to eliminate the requirements for unnecessary modules in a specific piece of code I was working on. In my code I know there won't be any symlinks in its use which is why I didn't bother. All in all, point being that from my experience I've had modules not build on certain systems at all or operate differently from 32 to 64bit, different versions of perl, cpan can be a PITA some times...so the fewer I can require in my code, the better. This was obviously a "crude" example. I appreciate your input. It just didn't need to be so...jump the gunish angry :P. Peace.