Hi,

It has many line in my file, very big program.

If I comment these two lines,   #use File::Find::Rule; and 
                                                #...@imgfolder =
File::Find::Rule->file()->name('*.*')->in($imagepath); 
It is working fine (except this functionality).


Note: $imagepath is assigned user argument, as my $imagepath=$ARGV[3];

        The purpose of the above functionality is to find out "unused images
in Image path and Not available images" used in XML. 

Error:
        invalid top directory at C:/Perl/lib/File/Find.pm line 592

Regards,
Ramkumar

-----Original Message-----
From: Bill Luebkert [mailto:[email protected]] 
Sent: Tuesday, October 06, 2009 1:52 PM
To: [email protected]
Cc: [email protected]
Subject: Re: Error on Perl Module File-Find-Rule when run .pl/and create exe

Ramkumar wrote:
> Hi,
> 
> I used strict and warnings at top of my program as you told, and found 
> some warnings and I have fixed all even, I am getting the same error 
> "invalid top directory at C:/Perl/lib/File/Find.pm line 592"

OK, now post the script exactly as you ran it after fixing the errors and
we'll see if we can help.


_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to