Help for this page
my %opts = ( 'foo' => 'default_value', 'bar' => 'another_default_value', ... my $opts_ref = shift; ...
'h|help' => sub { help() },