perl-desc.xml 2.8 KB

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