Help for this page
# 1. sub parse_header { ... my $header = shift(); .... }
# 2. sub parse_header { ... my $header = $_[0]; .... }