in reply to Re^8: Recursive search
in thread Recursive search
Please ignore the second query,changing the order of next as below fixed it,still having trouble with first one
next if $match_plf_name eq $plf; #print "IN\n"; push @recursive_plfs,$match_plf_name; next if ( not grep { /\Q$match_plf_name\E/i } @plf_fil +es); recursion($match_plf_name);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Recursive search
by poj (Abbot) on Dec 17, 2010 at 22:42 UTC | |
by perl_mystery (Beadle) on Dec 17, 2010 at 22:51 UTC | |
by poj (Abbot) on Dec 17, 2010 at 23:02 UTC | |
by Anonyrnous Monk (Hermit) on Dec 17, 2010 at 23:18 UTC | |
by perl_mystery (Beadle) on Dec 17, 2010 at 23:49 UTC | |
by Anonymous Monk on Dec 17, 2010 at 23:59 UTC | |
|