/usr/pkg/bin/pod2html: perllib/GffRead.pm: unterminated list at =head in paragraph 86. ignoring. /usr/pkg/bin/pod2html: perllib/GffRead.pm: unexpected =item directive in paragraph 91. ignoring. /usr/pkg/bin/pod2html: perllib/GffRead.pm: unexpected =back directive in paragraph 118. ignoring.
GffRead - Perl Module to Read Gff datastructures
This module allows easy reading and parsing of the nwn gff files. It returns a hash structure having everything from the gff as a hierarchical hash-structure.
The basic working is that you give hash of options to the GffRead::read, and get Gff object back from there. The data is either read from the string given to the read function, or from the file given to the read function.
GffRead::read is used to read and parse gff structure. Take hash table of options in, and returns a reference to the Gff(3) object back.
\%gff = read(%options);
Following options can be given to the GffRead::read.
=over 4
GffRead::read_area_name is used to quickly read are anem and tag from the area file. The file given can be either area file directly or some other area file (git or gic). Returns list having 2 elements, area name and area tag.
($name, $tag) = read_area_name($file);
gffprint(1), Gff(3), and GffWrite(3).
Tero Kivinen <kivinen@iki.fi>.
Created to do automated things for the cerea persistent world.