Help for this page
sub subject { 'Subject: default subject'; ... sub from { 'From: default_from@example.com'; }
my %config = ( to => { regex => '^To:\s', sub => \&to }, ... } } }