in reply to Re^5: Directory Tree Structure
in thread Directory Tree Structure

graff,

I am now getting a warning that something in the following line is uninitialized in load_tree.

push @dirs, '.' if ( $dirs[$#dirs] ne '.' );

The warning

Use of uninitialized value in string ne at file_crawl.pl line 56 (#1)

I am not sure which of those is the problem. Also, would you be willing to help me write this to a file temporarily? Windows command prompt is not the easiest to read when the output is long.


Addendum

When I commented out s{\Q$rootdir\E}{}; in wanted, the warning went away. It was an unintended side effect of me trying to figure out how to print the full path on each line.

Have a nice day!
Lady Aleena