in reply to Re: Using File::Find to create a hash of directory structure.
in thread Using File::Find to create a hash of directory structure.

Is something like:...

Looks similar to explain $scan = $scan->{shift @parts} ||= {} while @parts;

  • Comment on Re^2: Using File::Find to create a hash of directory structure.

Replies are listed 'Best First'.
Re^3: Using File::Find to create a hash of directory structure.
by AnaximanderThales (Novice) on Dec 21, 2015 at 21:07 UTC
    Thank you -- yours and the other reply give me something to think about.