The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Getopt::Gen::cmdline_h.pm - built-in template for generating C header files.

SYNOPSIS

 use Getopt::Gen;

 $og = Getopt::Gen::cmdline_h->new(%args);
 $og->parse($options_file);
 $og->fill_in(%extra_text_template_fill_in_args);

DESCRIPTION

Generate C header files from option specifications.

METHODS

Most are inherited from Getopt::Gen.

  • fill_in(%args)

    Just like the Getopt::Gen method, except you do not need to specify 'TYPE' or 'SOURCE' parameters.

BUGS

Probably many.

ACKNOWLEDGEMENTS

perl by Larry Wall.

'gengetopt' was originally written by Roberto Arturo Tena Sanchez, and it is currently maintained by Lorenzo Bettini.

AUTHOR

Bryan Jurish <Gen/cmdline_pod.pm>

SEE ALSO

perl(1). Getopt::Gen(3pm). Getopt::Gen::cmdline_c(3pm). Getopt::Gen::cmdline_pod(3pm). Text::Template(3pm).