#!/usr/bin/perl -w use strict; while(<>) { if(m/\s*\ \w+ \ (\w+| \w+\ \w+| \w+\ \w+\ \w+) \ (?=\1)/x) { $_ =~ s/$1//; print; } }
In reply to Re^2: Code Sub-Pattern Error "Panic: top_env"
by urthwrm
in thread Code Sub-Pattern Error "Panic: top_env"
by urthwrm
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |