📄 perlutil.1
字号:
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05).\".\" Standard preamble:.\" ========================================================================.de Sh \" Subsection heading.br.if t .Sp.ne 5.PP\fB\\$1\fR.PP...de Sp \" Vertical space (when we can't use .PP).if t .sp .5v.if n .sp...de Vb \" Begin verbatim text.ft CW.nf.ne \\$1...de Ve \" End verbatim text.ft R.fi...\" Set up some character translations and predefined strings. \*(-- will.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left.\" double quote, and \*(R" will give a right double quote. \*(C+ will.\" give a nicer C++. Capital omega is used to do unbreakable dashes and.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,.\" nothing in troff, for use with C<>..tr \(*W-.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'.ie n \{\. ds -- \(*W-. ds PI pi. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch. ds L" "". ds R" "". ds C` "". ds C' ""'br\}.el\{\. ds -- \|\(em\|. ds PI \(*p. ds L" ``. ds R" '''br\}.\".\" Escape single quotes in literal strings from groff's Unicode transform..ie \n(.g .ds Aq \(aq.el .ds Aq '.\".\" If the F register is turned on, we'll generate index entries on stderr for.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index.\" entries marked with X<> in POD. Of course, you'll have to process the.\" output yourself in some meaningful fashion..ie \nF \{\. de IX. tm Index:\\$1\t\\n%\t"\\$2"... nr % 0. rr F.\}.el \{\. de IX...\}.\".\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2)..\" Fear. Run. Save yourself. No user-serviceable parts.. \" fudge factors for nroff and troff.if n \{\. ds #H 0. ds #V .8m. ds #F .3m. ds #[ \f1. ds #] \fP.\}.if t \{\. ds #H ((1u-(\\\\n(.fu%2u))*.13m). ds #V .6m. ds #F 0. ds #[ \&. ds #] \&.\}. \" simple accents for nroff and troff.if n \{\. ds ' \&. ds ` \&. ds ^ \&. ds , \&. ds ~ ~. ds /.\}.if t \{\. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u". ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'.\}. \" troff and (daisy-wheel) nroff accents.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'.ds 8 \h'\*(#H'\(*b\h'-\*(#H'.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#].ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#].ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#].ds ae a\h'-(\w'a'u*4/10)'e.ds Ae A\h'-(\w'A'u*4/10)'E. \" corrections for vroff.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'. \" for low resolution devices (crt and lpr).if \n(.H>23 .if \n(.V>19 \\{\. ds : e. ds 8 ss. ds o a. ds d- d\h'-1'\(ga. ds D- D\h'-1'\(hy. ds th \o'bp'. ds Th \o'LP'. ds ae ae. ds Ae AE.\}.rm #[ #] #H #V #F C.\" ========================================================================.\".IX Title "PERLUTIL 1".TH PERLUTIL 1 "2007-12-18" "perl v5.10.0" "Perl Programmers Reference Guide".\" For nroff, turn off justification. Always turn off hyphenation; it makes.\" way too many mistakes in technical documents..if n .ad l.nh.SH "NAME"perlutil \- utilities packaged with the Perl distribution.SH "DESCRIPTION".IX Header "DESCRIPTION"Along with the Perl interpreter itself, the Perl distribution installs arange of utilities on your system. There are also several utilitieswhich are used by the Perl distribution itself as part of the installprocess. This document exists to list all of these utilities, explainwhat they are for and provide pointers to each module's documentation,if appropriate..SH "LIST OF UTILITIES".IX Header "LIST OF UTILITIES".Sh "Documentation".IX Subsection "Documentation".IP "perldoc" 3.IX Item "perldoc"The main interface to Perl's documentation is \f(CW\*(C`perldoc\*(C'\fR, althoughif you're reading this, it's more than likely that you've already foundit. \fIperldoc\fR will extract and format the documentation from any filein the current directory, any Perl module installed on the system, orany of the standard documentation pages, such as this one. Use \&\f(CW\*(C`perldoc <name>\*(C'\fR to get information on any of the utilitiesdescribed in this document..IP "pod2man and pod2text" 3.IX Item "pod2man and pod2text"If it's run from a terminal, \fIperldoc\fR will usually call \fIpod2man\fR totranslate \s-1POD\s0 (Plain Old Documentation \- see perlpod for anexplanation) into a manpage, and then run \fIman\fR to display it; if\&\fIman\fR isn't available, \fIpod2text\fR will be used instead and the outputpiped through your favourite pager..IP "pod2html and pod2latex" 3.IX Item "pod2html and pod2latex"As well as these two, there are two other converters: \fIpod2html\fR willproduce \s-1HTML\s0 pages from \s-1POD\s0, and \fIpod2latex\fR, which produces LaTeXfiles..IP "pod2usage" 3.IX Item "pod2usage"If you just want to know how to use the utilities described here,\&\fIpod2usage\fR will just extract the \*(L"\s-1USAGE\s0\*(R" section; some ofthe utilities will automatically call \fIpod2usage\fR on themselves whenyou call them with \f(CW\*(C`\-help\*(C'\fR..IP "podselect" 3.IX Item "podselect"\&\fIpod2usage\fR is a special case of \fIpodselect\fR, a utility to extractnamed sections from documents written in \s-1POD\s0. For instance, whileutilities have \*(L"\s-1USAGE\s0\*(R" sections, Perl modules usually have \*(L"\s-1SYNOPSIS\s0\*(R"sections: \f(CW\*(C`podselect \-s "SYNOPSIS" ...\*(C'\fR will extract this section fora given file..IP "podchecker" 3.IX Item "podchecker"If you're writing your own documentation in \s-1POD\s0, the \fIpodchecker\fRutility will look for errors in your markup..IP "splain" 3.IX Item "splain"\&\fIsplain\fR is an interface to perldiag \- paste in your error messageto it, and it'll explain it for you..IP "roffitall" 3.IX Item "roffitall"The \f(CW\*(C`roffitall\*(C'\fR utility is not installed on your system but lives inthe \fIpod/\fR directory of your Perl source kit; it converts all thedocumentation from the distribution to \fI*roff\fR format, and produces atypeset PostScript or text file of the whole lot..Sh "Convertors".IX Subsection "Convertors"To help you convert legacy programs to Perl, we've included threeconversion filters:.IP "a2p" 3.IX Item "a2p"\&\fIa2p\fR converts \fIawk\fR scripts to Perl programs; for example, \f(CW\*(C`a2p \-F:\*(C'\fRon the simple \fIawk\fR script \f(CW\*(C`{print $2}\*(C'\fR will produce a Perl programbased around this code:.Sp.Vb 4\& while (<>) {\& ($Fld1,$Fld2) = split(/[:\en]/, $_, 9999);\& print $Fld2;\& }.Ve.IP "s2p and psed" 3.IX Item "s2p and psed"Similarly, \fIs2p\fR converts \fIsed\fR scripts to Perl programs. \fIs2p\fR runon \f(CW\*(C`s/foo/bar\*(C'\fR will produce a Perl program based around this:.Sp.Vb 5\& while (<>) {\& chomp;\& s/foo/bar/g;\& print if $printit;\& }.Ve.SpWhen invoked as \fIpsed\fR, it behaves as a \fIsed\fR implementation, written inPerl..IP "find2perl" 3.IX Item "find2perl"Finally, \fIfind2perl\fR translates \f(CW\*(C`find\*(C'\fR commands to Perl equivalents which use the File::Find module. As an example, \&\f(CW\*(C`find2perl . \-user root \-perm 4000 \-print\*(C'\fR produces the following callbacksubroutine for \f(CW\*(C`File::Find\*(C'\fR:.Sp.Vb 7\& sub wanted {\& my ($dev,$ino,$mode,$nlink,$uid,$gid);\& (($dev,$ino,$mode,$nlink,$uid,$gid) = lstat($_)) &&\& $uid == $uid{\*(Aqroot\*(Aq}) &&\& (($mode & 0777) == 04000);\& print("$name\en");\& }.Ve.PPAs well as these filters for converting other languages, thepl2pm utility will help you convert old-style Perl 4 libraries to new-style Perl5 modules..Sh "Administration".IX Subsection "Administration".IP "config_data" 3.IX Item "config_data"Query or change configuration of Perl modules that use Module::Build\-basedconfiguration files for features and config data..IP "libnetcfg" 3.IX Item "libnetcfg"To display and change the libnet configuration run the libnetcfg command..IP "perlivp" 3.IX Item "perlivp"The \fIperlivp\fR program is set up at Perl source code build time to testthe Perl version it was built under. It can be used after running \f(CW\*(C`makeinstall\*(C'\fR (or your platform's equivalent procedure) to verify that perland its libraries have been installed correctly..Sh "Development".IX Subsection "Development"There are a set of utilities which help you in developing Perl programs, and in particular, extending Perl with C..IP "perlbug" 3.IX Item "perlbug"\&\fIperlbug\fR is the recommended way to report bugs in the perl interpreteritself or any of the standard library modules back to the developers;please read through the documentation for \fIperlbug\fR thoroughly beforeusing it to submit a bug report..IP "h2ph" 3.IX Item "h2ph"Back before Perl had the \s-1XS\s0 system for connecting with C libraries,programmers used to get library constants by reading through the Cheader files. You may still see \f(CW\*(C`require \*(Aqsyscall.ph\*(Aq\*(C'\fR or similararound \- the \fI.ph\fR file should be created by running \fIh2ph\fR on thecorresponding \fI.h\fR file. See the \fIh2ph\fR documentation for more on howto convert a whole bunch of header files at once..IP "c2ph and pstruct" 3.IX Item "c2ph and pstruct"\&\fIc2ph\fR and \fIpstruct\fR, which are actually the same program but behavedifferently depending on how they are called, provide another way ofgetting at C with Perl \- they'll convert C structures and union declarationsto Perl code. This is deprecated in favour of \fIh2xs\fR these days..IP "h2xs" 3.IX Item "h2xs"\&\fIh2xs\fR converts C header files into \s-1XS\s0 modules, and will try and writeas much glue between C libraries and Perl modules as it can. It's alsovery useful for creating skeletons of pure Perl modules..IP "enc2xs" 3.IX Item "enc2xs"\&\fIenc2xs\fR builds a Perl extension for use by Encode from eitherUnicode Character Mapping files (.ucm) or Tcl Encoding Files (.enc).Besides being used internally during the build process of the Encodemodule, you can use \fIenc2xs\fR to add your own encoding to perl.No knowledge of \s-1XS\s0 is necessary..IP "xsubpp" 3.IX Item "xsubpp"\&\fIxsubpp\fR is a compiler to convert Perl \s-1XS\s0 code into C code.It is typically run by the makefiles created by ExtUtils::MakeMaker..Sp\&\fIxsubpp\fR will compile \s-1XS\s0 code into C code by embedding the constructsnecessary to let C functions manipulate Perl values and creates the gluenecessary to let Perl access those functions..IP "dprofpp" 3.IX Item "dprofpp"Perl comes with a profiler, the \fIDevel::DProf\fR module. The\&\fIdprofpp\fR utility analyzes the output of this profiler and tells youwhich subroutines are taking up the most run time. See Devel::DProffor more information..IP "prove" 3.IX Item "prove"\&\fIprove\fR is a command-line interface to the test-running functionality ofof \fITest::Harness\fR. It's an alternative to \f(CW\*(C`make test\*(C'\fR..IP "corelist" 3.IX Item "corelist"A command-line front-end to \f(CW\*(C`Module::CoreList\*(C'\fR, to query what moduleswere shipped with given versions of perl..Sh "General tools".IX Subsection "General tools"A few general-purpose tools are shipped with perl, mostly because theycame along modules included in the perl distribution..IP "piconv" 3.IX Item "piconv"\&\fBpiconv\fR is a Perl version of \fBiconv\fR, a character encoding converterwidely available for various Unixen today. This script was primarily atechnology demonstrator for Perl 5.8.0, but you can use piconv in theplace of iconv for virtually any case..IP "ptar" 3.IX Item "ptar"\&\fIptar\fR is a tar-like program, written in pure Perl..IP "ptardiff" 3.IX Item "ptardiff"\&\fIptardiff\fR is a small utility that produces a diff between an extractedarchive and an unextracted one. (Note that this utility requires the\&\f(CW\*(C`Text::Diff\*(C'\fR module to function properly; this module isn't distributedwith perl, but is available from the \s-1CPAN\s0.).IP "shasum" 3.IX Item "shasum"This utility, that comes with the \f(CW\*(C`Digest::SHA\*(C'\fR module, is used to printor verify \s-1SHA\s0 checksums..Sh "Installation".IX Subsection "Installation"These utilities help manage extra Perl modules that don't come with the perldistribution..IP "cpan" 3.IX Item "cpan"\&\fIcpan\fR is a command-line interface to \s-1CPAN\s0.pm. It allows you to installmodules or distributions from \s-1CPAN\s0, or just get information about them, anda lot more. It is similar to the command line mode of the \s-1CPAN\s0 module,.Sp.Vb 1\& perl \-MCPAN \-e shell.Ve.IP "cpanp" 3.IX Item "cpanp"\&\fIcpanp\fR is, like \fIcpan\fR, a command-line interface to the \s-1CPAN\s0, usingthe \f(CW\*(C`CPANPLUS\*(C'\fR module as a back-end. It can be used interactively orimperatively..IP "cpan2dist" 3.IX Item "cpan2dist"\&\fIcpan2dist\fR is a tool to create distributions (or packages) from \s-1CPAN\s0modules, then suitable for your package manager of choice. Support forspecific formats are available from \s-1CPAN\s0 as \f(CW\*(C`CPANPLUS::Dist::*\*(C'\fR modules..IP "instmodsh" 3.IX Item "instmodsh"A little interface to ExtUtils::Installed to examine installed modules,validate your packlists and even create a tarball from an installed module..SH "SEE ALSO".IX Header "SEE ALSO"perldoc, pod2man, perlpod,pod2html, pod2usage, podselect,podchecker, splain, perldiag,roffitall, a2p, s2p, find2perl,File::Find, pl2pm, perlbug,h2ph, c2ph, h2xs, dprofpp,Devel::DProf, enc2xs, xsubpp, cpan, cpanp, cpan2dist,instmodsh, piconv, prove, corelist, ptar, ptardiff,shasum
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -