The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.00

  • made the changes needed to work with version 0.5 of Graph classes
  • patch to Graph::Reader::Dot from Mark Hillebrand.
  • fixed warnings "Using a hash as a reference is deprecated"
  • added support for new Dot attributes to Graph::Reader::Dot
  • node ids are now quoted in Graph::Writer::Dot, which means you can safely have space, ':', '-', and other interesting characters in node ids.

Modules

base class for Graph file format readers
class for reading a Graph instance from Dot format
read an HTK lattice in as an instance of Graph
class for reading a Graph instance from XML
base class for Graph file format writers
write out directed graph in Dot format
write a perl Graph out as an HTK lattice file
write out directed graph in VCG format
write out directed graph as XML
write out directed graph in daVinci format

Provides

in lib/Graph/Reader/Dot.pm