Group
Extension

Matches 1

Kwiki-TableOfContents-Print ( C/CO/CORDATA/Kwiki-TableOfContents-Print-0.02.tar.gz, CORDATA, 2006; MetaCPAN )
Kwiki-TableOfContents-Print/lib/Kwiki/TableOfContents/Print.pm ( view source; MetaCPAN )
e warnings;
use strict;
use Kwiki::Plugin '-Base';
use mixin 'Kwiki::Installer';
use IO::All;
use JSON;
use Data::Dumper;
our $VERSION = '0.02';

const class_title => 'Table of Contents Print';
const 
 => $content,
	);
}

sub print_pages {
	my $page_name = CGI::param('page_name');
	my $structure = jsonToObj(io->catfile($self->plugin_base_directory,
		'toc', 'structure')->slurp);

	return $page_name

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.