NAME

PNI::GUI - Perl Node Interface GUI

SYNOPSIS

use PNI::GUI;

PNI::GUI::start_up; # or better, just call pnigui.pl

DESCRIPTION

This is a Tk implementation of a minimalistic GUI for the Perl Node Interface. What I intend for a "Node Interface" ? Suppose you want to open a file, parse it and send it by mail: immagine you have three boxes named "file", "parse" and "mail" in a canvas, and you connect them together with lines and in the meanwhile there is an engine that it is executing your "Picture" while you are drawing it ... ok maybe it's easier that you give it a try rather then i try to explain it :)

SEE ALSO

PNI PNI::Node PNI::Link

pnigui

AUTHOR

G. Casati , <fibo@cpan.org>

LICENSE AND COPYRIGHT

Copyright (C) 2010 by G. Casati

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself .