Help for this page
some another lines =begin ... some lines =end some another lines...
while (<file_handle>) { if(/=begin/) ... or not... If it "=end" stop the read operation. Otherwise contin +ue the read process. } }