open DATA,"c://xxx.txt"; while() { if (/START context/ .. /* End Context */ ) { print unless /(START context |* End context *)/; } }