Gfsm - Perl interface to the libgfsm finite-state library


(Back to Top)


NAME

Gfsm - Perl interface to the libgfsm finite-state library

(Back to Top)


SYNOPSIS

  use Gfsm;
 
  ##... stuff happens

(Back to Top)


DESCRIPTION

The Gfsm module provides an object-oriented interface to the libgfsm library for finite-state machine operations.

(Back to Top)


SEE ALSO

Gfsm::constants(3perl), Gfsm::Alphabet(3perl), Gfsm::Automaton(3perl), Gfsm::Automaton::Indexed(3perl), Gfsm::Semiring(3perl), perl(1), gfsmutils(1), fsm(1).

(Back to Top)


AUTHOR

Bryan Jurish <moocow@cpan.org>

(Back to Top)


COPYRIGHT AND LICENSE

Copyright (C) 2005-2013 by Bryan Jurish

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.

(Back to Top)

 Gfsm - Perl interface to the libgfsm finite-state library