http://www.perlmonks.org?node_id=1023569


in reply to Re^2: Looking up elements of an array in another array!
in thread Looking up elements of an array in another array!

got an error message, that Find/File/Rule.pm is not included in @INC.... So I will find out, how I can fix this problem.
If you want to use File::Find::Rule, you need to install it. cpan is one way.

Replies are listed 'Best First'.
Re^4: Looking up elements of an array in another array!
by better (Acolyte) on Mar 14, 2013 at 22:46 UTC

    Thanks to toolic! Cpan works really nice

    best

Re^4: Looking up elements of an array in another array!
by better (Acolyte) on Mar 14, 2013 at 22:43 UTC

    Hi Anonymus Monk,

    OK! I installed two missing modules und executed your script. I almost thought it works fine, because no error meassages appeared. But it ended without showing any results. Any idea what went wrong???

    best

    b

        Thanks for that link! I will go through this debugging list tomorrow, as it has become very late (again).