1
0

perl-desc.xml 2.7 KB

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