Gaurav Vaidya wrote: > Hey there, > > 2009/10/6 Ramkumar <[email protected]>: >> Error While run: >> ================= >> invalid top directory at C:/Perl/lib/File/Find.pm line 592 > So, there's an error somewhere inside File::Find. Note that the error > is _inside_ File/Find.pm; this suggests that Perl managed to find > File/Find.pm without any problems. > > In the code segment you gave us, this is the only line where > File::Find seems to be used: >> @imgfolder = File::Find::Rule->file()->name('*.*')->in($imagepath); > > So there might be something wrong somewhere there. What about > $imagepath? What is that set to?
That's why I asked him to redo the script and make sure there were no non-logic errors. Then we can debug the logic from a clean compile. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
