while (<DATA>) { next if !m/foo (\d+) bar (\d+)/ || $1 != $2; print; } __DATA__ foo 1000 bar 1000 foo 1000 bar 500
In reply to Re: regex search valid only if registers n and n+1 are equal?
by TedPride
in thread regex search valid only if registers n and n+1 are equal?
by Voronich
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |