Help for this page
perl -ne'print if /^\[moo\]/../^\[cow\]/ and !/^\[/' log.log
use strict; use warnings; ... print unless /^\[/; } }