foreach (keys %data) { next if (/^aaa$/or /^\[/ or /and/i or /\//); print "$_\n"; } [download]
In reply to Re: Req Expresson on my output by Three in thread Req Expresson on my output by Anonymous Monk