Prima::PodView 1.20 review
DownloadPrima::PodView is Perl module for POD browser widget. SYNOPSIS use Prima qw(Application); use Prima::PodView;
|
|
Prima::PodView is Perl module for POD browser widget.
SYNOPSIS
use Prima qw(Application);
use Prima::PodView;
my $window = Prima::MainWindow-> create;
my $podview = $window-> insert( 'Prima::PodView',
pack => { fill => 'both', expand => 1 }
);
$podview-> open_read;
$podview-> read("=head1 NAMEnnI'm also a pod!nn");
$podview-> close_read;
run Prima;
Prima::PodView contains a formatter ( in terms of perlpod ) and viewer of POD content. It heavily employs its ascendant class Prima::TextView, and is in turn base for the toolkit's default help viewer Prima::HelpViewer.
Requirements:
Perl
Prima::PodView 1.20 keywords