The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Socialtext::Wikrad - efficient wiki browsing and editing

SYNOPSIS

my $app = Socialtext::Wikrad->new(rester => $rester);
$app->set_page( $starting_page );
$app->run;