NAME
Getopt::Gen::cmdline_c.pm - built-in template for generating C source files.
SYNOPSIS
use Getopt::Gen;
$og = Getopt::Gen::cmdline_c->new(%args);
$og->parse($options_file);
$og->fill_in(%extra_text_template_fill_in_args);
DESCRIPTION
Generate C source 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_h(3pm). Getopt::Gen::cmdline_pod(3pm). Text::Template(3pm).