Help for this page
#! perl use strict; ... $string =~ /.*(^$header$(?:.*)^$footer$)/ms; print "$1\n" if $1;
18:45 >perl 1078_SoPW.pl start: real ... end: real 18:45 >