/usr/pkg/bin/pod2html: perllib/GffWrite.pm: unterminated list at =head in paragraph 41. ignoring. /usr/pkg/bin/pod2html: perllib/GffWrite.pm: unexpected =item directive in paragraph 46. ignoring. /usr/pkg/bin/pod2html: perllib/GffWrite.pm: unexpected =back directive in paragraph 49. ignoring.
GffWrite - Perl Module to Write Gff datastructures
This module allows easy writing of the nwn gff back files. It can either return the encoded gff data string, or write it to the file.
The basic working is that you give hash of options to the GffWrite::write, and get encoded data back or written to file.
GffWrite::write is used to write gff structure. Takes hash table of options in, and returns a either the data as a string, or writes the data directly to file.
$data = $gff->write(%options); $data = write($gff, %options);
Following options can be given to the GffWrite::write.
=over 4
gffmodify(1), Gff(3), and GffRead(3).
Tero Kivinen <kivinen@iki.fi>.
Created to do automated things for the cerea persistent world.