/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

NAME

GffWrite - Perl Module to Write Gff datastructures


ABSTRACT

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.


DESCRIPTION

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

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.

USAGE

$data = $gff->write(%options); $data = write($gff, %options);

OPTIONS

Following options can be given to the GffWrite::write.


=over 4
filename => filename
Filename to where to write data to. If this exits, then no data is returned. Otherwise returns the data as a string.


SEE ALSO

gffmodify(1), Gff(3), and GffRead(3).


AUTHOR

Tero Kivinen <kivinen@iki.fi>.


HISTORY

Created to do automated things for the cerea persistent world.