perl-desc.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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>en2cxs</command> builds a Perl extension for the Encode module,
  8. from either Unicode Character Mappings or Tcl Encoding Files.</para>
  9. <para><command>find2perl</command> translates find commands to perl.</para>
  10. <para><command>h2ph</command> converts .h C header files to .ph Perl header files.</para>
  11. <para><command>h2xs</command> converts .h C header files to Perl extensions.</para>
  12. <para><command>libnetcfg</command> can be used to configure the libnet.</para>
  13. <para><command>perl</command> combines some of the best features of C, sed,
  14. awk and sh into a single swiss-army language.</para>
  15. <para><command>perlbug</command> is used to generate bug reports about
  16. Perl or the modules that come with it, and mail them.</para>
  17. <para><command>perlcc</command> generates executables from Perl programs.</para>
  18. <para><command>perldoc</command> displays a piece of documentation in pod
  19. format that is embedded in the perl installation tree or in a perl script.</para>
  20. <para><command>perlivp</command> is the Perl Installation Verification
  21. Procedure. It can be used to verify that Perl and its libraries have been
  22. installed correctly.</para>
  23. <para><command>piconv</command> is a Perl version of the character encoding
  24. converter <userinput>iconv</userinput>.</para>
  25. <para><command>pl2pm</command> is a rough tool for converting Perl4 .pl
  26. files to Perl5 .pm modules.</para>
  27. <para><command>pod2html</command> converts files from pod format to HTML
  28. format.</para>
  29. <para><command>pod2latex</command> converts files from pod format to LaTeX
  30. format.</para>
  31. <para><command>pod2man</command> converts pod data to formatted *roff
  32. input.</para>
  33. <para><command>pod2text</command> converts pod data to formatted ASCII
  34. text.</para>
  35. <para><command>pod2usage</command> prints usage messages from embedded
  36. pod docs in files.</para>
  37. <para><command>podchecker</command> checks the syntax of pod format
  38. documentation files.</para>
  39. <para><command>podselect</command> displays selected sections of pod
  40. documentation.</para>
  41. <para><command>psed</command> is a Perl version of the stream editor
  42. <userinput>sed</userinput>.</para>
  43. <para><command>pstruct</command> dumps C structures as generated from
  44. "cc -g -S" stabs.</para>
  45. <para><command>s2p</command> translates sed to perl.</para>
  46. <para><command>splain</command> is used to force verbose warning
  47. diagnostics in perl.</para>
  48. <para><command>xsubpp</command> converts Perl XS code into C code.</para>
  49. </sect2>