From 673b0d84ba9591e07c0bdf0ee49d92eba10f502c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 3 May 2004 10:59:46 +0000 Subject: * Merged newxml into HEAD git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/perl-desc.xml | 77 ------------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 appendixa/perl-desc.xml (limited to 'appendixa/perl-desc.xml') diff --git a/appendixa/perl-desc.xml b/appendixa/perl-desc.xml deleted file mode 100644 index 11a264035..000000000 --- a/appendixa/perl-desc.xml +++ /dev/null @@ -1,77 +0,0 @@ -Short descriptions - -a2p translates awk to perl. - -c2ph dumps C structures as generated from -"cc -g -S" stabs. - -dprofpp displays perl profile data. - -en2cxs builds a Perl extension for the Encode module, -from either Unicode Character Mappings or Tcl Encoding Files. - -find2perl translates find commands to perl. - -h2ph converts .h C header files to .ph Perl header files. - -h2xs converts .h C header files to Perl extensions. - -libnetcfg can be used to configure the libnet. - -perl combines some of the best features of C, sed, -awk and sh into a single swiss-army language. - -perlbug is used to generate bug reports about -Perl or the modules that come with it, and mail them. - -perlcc generates executables from Perl programs. - -perldoc displays a piece of documentation in pod -format that is embedded in the perl installation tree or in a perl script. - -perlivp is the Perl Installation Verification -Procedure. It can be used to verify that Perl and its libraries have been -installed correctly. - -piconv is a Perl version of the character encoding -converter iconv. - -pl2pm is a rough tool for converting Perl4 .pl -files to Perl5 .pm modules. - -pod2html converts files from pod format to HTML -format. - -pod2latex converts files from pod format to LaTeX -format. - -pod2man converts pod data to formatted *roff -input. - -pod2text converts pod data to formatted ASCII -text. - -pod2usage prints usage messages from embedded -pod docs in files. - -podchecker checks the syntax of pod format -documentation files. - -podselect displays selected sections of pod -documentation. - -psed is a Perl version of the stream editor -sed. - -pstruct dumps C structures as generated from -"cc -g -S" stabs. - -s2p translates sed to perl. - -splain is used to force verbose warning -diagnostics in perl. - -xsubpp converts Perl XS code into C code. - - - -- cgit v1.2.3-54-g00ecf