http://www.perlmonks.org?node_id=128038


in reply to Re: Re: Using Variables in Path Names
in thread Using Variables in Path Names

I think tadman ment 2 things. First of all, with the join method you only have a hard-coded separator in one place. If you want another, just replace that one, or better, define a variable for that.

Two, you'd better assign variables, or arrays, to define the subdirectories node for node. That way, the code gets more readible (less comments needed) and better maintainable.

Jeroen