Prima::PodView

Prima::PodView is Perl module for POD browser widget.
Download

Prima::PodView Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dmitry Karasik
  • Publisher web site:
  • http://search.cpan.org/~karasik/Prima-1.26/pod/Prima/Widget.pod

Prima::PodView Tags


Prima::PodView Description

Prima::PodView is Perl module for POD browser widget. 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 Related Software