Gimp::Pod - Evaluate pod documentation embedded in scripts.
use Gimp::Pod;
$pod = new Gimp::Pod; $text = $pod->format (); $html = $pod->format ('html'); $synopsis = $pod->section ('SYNOPSIS'); $author = $pod->author; @sections = $pod->sections;
Gimp::Pod
can be used to find and parse embedded pod documentation in
gimp-perl scripts. At the moment only the formatted text can be fetched,
future versions might have more interesting features.
format([$format])
section($header)
$header
. There is no
trailing newline on the returned string, which may be undef in case the
section can't be found.
Marc Lehmann <pcg@goof.com>
perl(1), Gimp(1),