Query: gimp::pod
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Pod(3) User Contributed Perl Documentation Pod(3)NAMEGimp::Pod - Evaluate pod documentation embedded in scripts.SYNOPSISuse Gimp::Pod; $pod = new Gimp::Pod; $text = $pod->format (); $html = $pod->format ('html'); $synopsis = $pod->section ('SYNOPSIS'); $author = $pod->author; @sections = $pod->sections;DESCRIPTION"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.METHODSnew return a new Gimp::Pod object representing the current script or undef, if an error occured. format([$format]) Returns the embedded pod documentation in the given format, or undef if no documentation can be found. Format can be one of 'text', 'html', 'man' or 'latex'. If none is specified, 'text' is assumed. section($header) Tries to retrieve the section with the header $header. There is no trailing newline on the returned string, which may be undef in case the section can't be found. author blurb description copyright Tries to retrieve fields suitable for calls to the register function. sections Returns a list of paragraphs found in the pod.AUTHORMarc Lehmann <pcg@goof.com>SEE ALSOperl(1), Gimp(1), perl v5.8.0 2001-12-06 Pod(3)
Related Man Pages |
---|
podselect(1) - mojave |
podselect(1) - redhat |
podselect(1) - linux |
podselect(1) - centos |
pod::wsdl::doc(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
automatic header insertion |
need to retrieve data between the first occurance of "_" and the extension. |
Perl: Separator |
Html format not working |
Gimp's configure do not find Gegl libs |