Delete lines in an array Using perl

im having an array @check which contains text ..i want to open the array and i have to delete lines starting from a word called "check1" till "check2"

for eg:-

check1 Use descriptive titles when posting. For example, do not post questions with subjects like "Help Me!", "Urgent!!" or "Doubt". Post subjects like "Execution Problems with Cron" or "Help with Backup Shell Script". check2
You should do a Google Site Search or internal search before posting. Use

 tags when you post any code so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags  and 

by hand.)

In the above eg the line till check2 have to be deleted ..ther are many regex in perl for replace and substitution but how to delete lines using perl