hello,
I'm excluding files form being added to an array but i'm not pleased with the way I made it work.
Could you help me find a better (shorter?) piece of code?
foreach $temp_file (@ls) {
#next is bad
$add = "y";
foreach $notthisfile (@excludefiles) {
if ($temp_file eq...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.