hi,
I have a problem in accessing directory tree in perl.
I open a directory using opendir and then use readdir to read inside the directory.
But that directory may contain subdirectory or subdirectories and these subdirectories may contain subdirectories and so on.
Is it possible in perl that if i open and read a directory , i can also read files inside its subdirectories?
Please help.