Help for this page

Select Code to Download


  1. or download this
    # silly toy example
    use strict;
    ...
        my $tab = $nb->add($i, -label => $i );
        $nb->pack;
    }