in reply to Re^4: Finding in multiple directories
in thread Finding in multiple directories

Thanks,fixed that.Is the below right?I am not getting any error but ,not sure if the script is searching in both the directories "$data" and "$files".Please advise

->in( $data,$files );

Replies are listed 'Best First'.
Re^6: Finding in multiple directories
by Anonymous Monk on Jun 28, 2011 at 18:43 UTC

    Please advise

    Test it

    md testdirectory md testdirectory\one md testdirectory\two touch testdirectory\one\TEST.lib touch testdirectory\two\IT.lib perl blahblahblah.pl testdirectory\one testdirectory\two