perl-desc.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Short descriptions</title>
  3. <para><command>a2p</command> translates awk to perl.</para>
  4. <para><command>c2ph</command> dumps C structures as generated from
  5. "cc -g -S" stabs.</para>
  6. <para><command>dprofpp</command> displays perl profile data.</para>
  7. <para><command>find2perl</command> translates find commands to perl.</para>
  8. <para><command>h2ph</command> converts .h C header files to .ph Perl header files.</para>
  9. <para><command>h2xs</command> converts .h C header files to Perl extensions.</para>
  10. <para><command>perl</command> combines some of the best features of C, sed,
  11. awk and sh into a single swiss-army language.</para>
  12. <para><command>perlbug</command> is used to generate bug reports about
  13. Perl or the modules that come with it, and mail them.</para>
  14. <para><command>perlcc</command> generates executables from Perl programs.</para>
  15. <para><command>perldoc</command> displays a piece of documentation in pod
  16. format that is embedded in the perl installation tree or in a perl script.</para>
  17. <para><command>pl2pm</command> is a rough tool for converting Perl4 .pl
  18. files to Perl5 .pm modules.</para>
  19. <para><command>pod2html</command> converts files from pod format to HTML
  20. format.</para>
  21. <para><command>pod2latex</command> converts files from pod format to LaTeX
  22. format.</para>
  23. <para><command>pod2man</command> converts pod data to formatted *roff
  24. input.</para>
  25. <para><command>pod2text</command> converts pod data to formatted ASCII
  26. text.</para>
  27. <para><command>pod2usage</command> prints usage messages from embedded
  28. pod docs in files.</para>
  29. <para><command>podchecker</command> checks the syntax of pod format
  30. documentation files.</para>
  31. <para><command>podselect</command> displays selected sections of pod
  32. documentation.</para>
  33. <para><command>pstruct</command> dumps C structures as generated from
  34. "cc -g -S" stabs.</para>
  35. <para><command>s2p</command> translates sed to perl.</para>
  36. <para><command>splain</command> is used to force verbose warning
  37. diagnostics in perl.</para>
  38. <para><command>attrs</command>...</para>
  39. <para><command>B</command>...</para>
  40. <para><command>ByteLoader</command>...</para>
  41. <para><command>DProf</command>...</para>
  42. <para><command>Dumper</command>...</para>
  43. <para><command>DynaLoader</command>...</para>
  44. <para><command>Fcntl</command>...</para>
  45. <para><command>Glob</command>...</para>
  46. <para><command>Hostname</command>...</para>
  47. <para><command>IO</command>...</para>
  48. <para><command>libperl</command>...</para>
  49. <para><command>Opcode</command>...</para>
  50. <para><command>Peek</command>...</para>
  51. <para><command>POSIX</command>...</para>
  52. <para><command>re</command>...</para>
  53. <para><command>SDBM_File</command>...</para>
  54. <para><command>Socket</command>...</para>
  55. <para><command>Syslog</command>...</para>
  56. <para><command>SysV</command>...</para>
  57. </sect2>