in reply to Re^4: Minimisation of codes (if grep {})
in thread Minimisation of codes (if grep {})
any { Panc }
use
any { /^\QPanc\E$/ }
the same way you would do with grep.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Minimisation of codes (if grep {})
by ravi45722 (Pilgrim) on Oct 01, 2015 at 12:10 UTC | |
by choroba (Cardinal) on Oct 01, 2015 at 12:14 UTC | |
by ravi45722 (Pilgrim) on Oct 01, 2015 at 12:28 UTC | |
by MidLifeXis (Monsignor) on Oct 01, 2015 at 14:09 UTC |