in reply to Re: how to assign output of find() into a variable
in thread how to assign output of Find() into a variable $
finally , I am able to assign after so many tries :( . i tried push earlier but it didn't work due to various syntax errors.
find ( sub { print $File::Find::name , "\n" if /\.lef$/ } , @filter +ed); print join("\n" , @files, "\n");
|
|---|