perl-desc.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <sect2><title>Contents of Perl</title>
  2. <para>Last checked against version &perl-contversion;.</para>
  3. <sect3><title>Program Files</title>
  4. <para>a2p, c2ph, dprofpp, find2perl, h2ph, h2xs, perl, perl5.6.1,
  5. perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man, pod2text,
  6. pod2usage, podchecker, podselect, pstruct, s2p and splain</para></sect3>
  7. <sect3><title>Descriptions</title>
  8. <sect4><title>a2p</title>
  9. <para>a2p is an awk to perl translator.</para></sect4>
  10. <sect4><title>c2ph</title>
  11. <para>c2ph dumps C structures as generated from "cc -g -S" stabs.</para></sect4>
  12. <sect4><title>dprofpp</title>
  13. <para>dprofpp displays perl profile data.</para></sect4>
  14. <sect4><title>find2perl</title>
  15. <para>find2perl translates find command lines to Perl code.</para></sect4>
  16. <sect4><title>h2ph</title>
  17. <para>h2ph converts .h C header files to .ph Perl header files.</para></sect4>
  18. <sect4><title>h2xs</title>
  19. <para>h2xs converts .h C header files to Perl extensions.</para></sect4>
  20. <sect4><title>perl, perl5.6.1</title>
  21. <para>perl is the Practical Extraction and Report Language. It combines
  22. some of the best features of C, sed, awk, and sh into one powerful
  23. language.</para></sect4>
  24. <sect4><title>perlbug</title>
  25. <para>perlbug helps to generate bug reports about perl or the
  26. modules that come with it, and mail them.</para></sect4>
  27. <sect4><title>perlcc</title>
  28. <para>perlcc generates executables from Perl programs.</para></sect4>
  29. <sect4><title>perldoc</title>
  30. <para>perldoc looks up a piece of documentation in .pod format that is
  31. embedded in the perl installation tree or in a perl script, and displays it
  32. via "pod2man | nroff -man | $PAGER".</para></sect4>
  33. <sect4><title>pl2pm</title>
  34. <para>pl2pm is a tool to aid in the conversion of Perl4-style .pl library
  35. files to Perl5-style library modules.</para></sect4>
  36. <sect4><title>pod2html</title>
  37. <para>pod2html converts files from pod format to HTML format.</para></sect4>
  38. <sect4><title>pod2latex</title>
  39. <para>pod2latex converts files from pod format to LaTeX format.</para></sect4>
  40. <sect4><title>pod2man</title>
  41. <para>pod2man converts pod data to formatted *roff input.</para></sect4>
  42. <sect4><title>pod2text</title>
  43. <para>pod2text converts pod data to formatted ASCII text.</para></sect4>
  44. <sect4><title>pod2usage</title>
  45. <para>pod2usage prints usage messages from embedded pod docs in
  46. files.</para></sect4>
  47. <sect4><title>podchecker</title>
  48. <para>podchecker checks the syntax of pod format documentation
  49. files.</para></sect4>
  50. <sect4><title>podselect</title>
  51. <para>podselect prints selected sections of pod documentation on
  52. standard output.</para></sect4>
  53. <sect4><title>pstruct</title>
  54. <para>pstruct dumps C structures as generated from "cc -g -S"
  55. stabs.</para></sect4>
  56. <sect4><title>s2p</title>
  57. <para>s2p is a sed to perl translator.</para></sect4>
  58. <sect4><title>splain</title>
  59. <para>splain is a program to force verbose warning diagnostics
  60. in perl.</para></sect4>
  61. </sect3>
  62. </sect2>