while (<DATA>) { chomp; next if /^$/; next if /^[* -]/; print "$_\n"; }
update: Corrected regex
In reply to Re: Help with Multiple line RegEx
by wfsp
in thread Help with Multiple line RegEx
by blackadder
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |