NAME
PNI::Guides::Scripting
OVERVIEW
This document contains ... nothing concrete by now (:
HELLO WORLD
use PNI ':root';
my $node = node 'Perlfunc::Print';
$node->in('list')->data( [ 'Hello World!', "\n" ] );
task;
PNI::Guides::Scripting
This document contains ... nothing concrete by now (:
use PNI ':root';
my $node = node 'Perlfunc::Print';
$node->in('list')->data( [ 'Hello World!', "\n" ] );
task;