while (<>) { if (/^\*+$/ ... /^\*+$/) { print "Inside: $_"; } } [download]
In reply to Re: Read Between the Lines by choroba in thread Read Between the Lines by SuzuBell