in reply to Re^3: Can't locate File::Find::Rule in @INC
in thread Can't locate File::Find::Rule in @INC

/usr/lib/perl5/site_perl/5.8.0/File/Find/Rule.pmbslin03:/usr/lib/perl5 +/5.8.0/i586-linux-thread-multi
this is the output from those above commands

Replies are listed 'Best First'.
Re^5: Can't locate File::Find::Rule in @INC
by borisz (Canon) on Oct 27, 2004 at 13:29 UTC
    If the lines above work, it is found!
    perl -MFile::Find::Rule -e '$,="\n";print File::Find::Rule->directory- +>in( "." )'
    Boris