CREATE TABLE TEMP.BIG TREE : : ------ $i = "BIG_TREE" if ($_ =~ /CREATE TABLE TEMP.$i/){ $read01 = 1; } $read01 = 0 if (/^----/) ; next if ($read01 == 1); next unless $read01; print "$_";