http://qs321.pair.com?node_id=630967


in reply to Re: match multi-lines from config file
in thread match multi-lines from config file

/^description/ && last while <IN>;
that confused the heck out of me! how about this form?
$_ = <IN> until /^description/;
doh!