NAME
PNI - Perl Node Interface
SYNOPSIS
use PNI;
my $node1 = PNI::NODE 'Template'; my $print = PNI::NODE 'Perlfunc::Print';
PNI::LINK $node1 => $print , 'output1' => 'message';
PNI::RUN;
DESCRIPTION
AUTHOR
Gianluca Casati
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
PNI::Node