Hello coltman, how about this:
$\ = "\n"; # always print a newline at the end while (<>) { @s = split /\s{3,}/; # split the input into phrases print grep /NOTICE/, @s; # print the matching phrases }
Regards
~ Sixtease
In reply to Re: How to parse this information out?
by Sixtease
in thread How to parse this information out?
by coltman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |