perlstyle.1

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· 1 代码 · 共 379 行

1
379
字号
.\" 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 "PERLSTYLE 1".TH PERLSTYLE 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"perlstyle \- Perl style guide.SH "DESCRIPTION".IX Header "DESCRIPTION"Each programmer will, of course, have his or her own preferences inregards to formatting, but there are some general guidelines that willmake your programs easier to read, understand, and maintain..PPThe most important thing is to run your programs under the \fB\-w\fRflag at all times.  You may turn it off explicitly for particularportions of code via the \f(CW\*(C`no warnings\*(C'\fR pragma or the \f(CW$^W\fR variableif you must.  You should also always run under \f(CW\*(C`use strict\*(C'\fR or know thereason why not.  The \f(CW\*(C`use sigtrap\*(C'\fR and even \f(CW\*(C`use diagnostics\*(C'\fR pragmasmay also prove useful..PPRegarding aesthetics of code lay out, about the only thing Larrycares strongly about is that the closing curly bracket ofa multi-line \s-1BLOCK\s0 should line up with the keyword that started the construct.Beyond that, he has other preferences that aren't so strong:.IP "\(bu" 44\-column indent..IP "\(bu" 4Opening curly on same line as keyword, if possible, otherwise line up..IP "\(bu" 4Space before the opening curly of a multi-line \s-1BLOCK\s0..IP "\(bu" 4One-line \s-1BLOCK\s0 may be put on one line, including curlies..IP "\(bu" 4No space before the semicolon..IP "\(bu" 4Semicolon omitted in \*(L"short\*(R" one-line \s-1BLOCK\s0..IP "\(bu" 4Space around most operators..IP "\(bu" 4Space around a \*(L"complex\*(R" subscript (inside brackets)..IP "\(bu" 4Blank lines between chunks that do different things..IP "\(bu" 4Uncuddled elses..IP "\(bu" 4No space between function name and its opening parenthesis..IP "\(bu" 4Space after each comma..IP "\(bu" 4Long lines broken after an operator (except \f(CW\*(C`and\*(C'\fR and \f(CW\*(C`or\*(C'\fR)..IP "\(bu" 4Space after last parenthesis matching on current line..IP "\(bu" 4Line up corresponding items vertically..IP "\(bu" 4Omit redundant punctuation as long as clarity doesn't suffer..PPLarry has his reasons for each of these things, but he doesn't claim thateveryone else's mind works the same as his does..PPHere are some other more substantive style issues to think about:.IP "\(bu" 4Just because you \fI\s-1CAN\s0\fR do something a particular way doesn't mean thatyou \fI\s-1SHOULD\s0\fR do it that way.  Perl is designed to give you severalways to do anything, so consider picking the most readable one.  Forinstance.Sp.Vb 1\&    open(FOO,$foo) || die "Can\*(Aqt open $foo: $!";.Ve.Spis better than.Sp.Vb 1\&    die "Can\*(Aqt open $foo: $!" unless open(FOO,$foo);.Ve.Spbecause the second way hides the main point of the statement in amodifier.  On the other hand.Sp.Vb 1\&    print "Starting analysis\en" if $verbose;.Ve.Spis better than.Sp.Vb 1\&    $verbose && print "Starting analysis\en";.Ve.Spbecause the main point isn't whether the user typed \fB\-v\fR or not..SpSimilarly, just because an operator lets you assume default argumentsdoesn't mean that you have to make use of the defaults.  The defaultsare there for lazy systems programmers writing one-shot programs.  Ifyou want your program to be readable, consider supplying the argument..SpAlong the same lines, just because you \fI\s-1CAN\s0\fR omit parentheses in manyplaces doesn't mean that you ought to:.Sp.Vb 2\&    return print reverse sort num values %array;\&    return print(reverse(sort num (values(%array))));.Ve.SpWhen in doubt, parenthesize.  At the very least it will let some poorschmuck bounce on the % key in \fBvi\fR..SpEven if you aren't in doubt, consider the mental welfare of the personwho has to maintain the code after you, and who will probably putparentheses in the wrong place..IP "\(bu" 4Don't go through silly contortions to exit a loop at the top or thebottom, when Perl provides the \f(CW\*(C`last\*(C'\fR operator so you can exit inthe middle.  Just \*(L"outdent\*(R" it a little to make it more visible:.Sp.Vb 7\&    LINE:\&        for (;;) {\&            statements;\&          last LINE if $foo;\&            next LINE if /^#/;\&            statements;\&        }.Ve.IP "\(bu" 4Don't be afraid to use loop labels\*(--they're there to enhancereadability as well as to allow multilevel loop breaks.  See theprevious example..IP "\(bu" 4Avoid using \f(CW\*(C`grep()\*(C'\fR (or \f(CW\*(C`map()\*(C'\fR) or `backticks` in a void context, that is,when you just throw away their return values.  Those functions allhave return values, so use them.  Otherwise use a \f(CW\*(C`foreach()\*(C'\fR loop orthe \f(CW\*(C`system()\*(C'\fR function instead..IP "\(bu" 4For portability, when using features that may not be implemented onevery machine, test the construct in an eval to see if it fails.  Ifyou know what version or patchlevel a particular feature wasimplemented, you can test \f(CW$]\fR (\f(CW$PERL_VERSION\fR in \f(CW\*(C`English\*(C'\fR) to see if itwill be there.  The \f(CW\*(C`Config\*(C'\fR module will also let you interrogate valuesdetermined by the \fBConfigure\fR program when Perl was installed..IP "\(bu" 4Choose mnemonic identifiers.  If you can't remember what mnemonic means,you've got a problem..IP "\(bu" 4While short identifiers like \f(CW$gotit\fR are probably ok, use underscores toseparate words in longer identifiers.  It is generally easier to read\&\f(CW$var_names_like_this\fR than \f(CW$VarNamesLikeThis\fR, especially fornon-native speakers of English. It's also a simple rule that worksconsistently with \f(CW\*(C`VAR_NAMES_LIKE_THIS\*(C'\fR..SpPackage names are sometimes an exception to this rule.  Perl informallyreserves lowercase module names for \*(L"pragma\*(R" modules like \f(CW\*(C`integer\*(C'\fR and\&\f(CW\*(C`strict\*(C'\fR.  Other modules should begin with a capital letter and use mixedcase, but probably without underscores due to limitations in primitivefile systems' representations of module names as files that must fit into afew sparse bytes..IP "\(bu" 4You may find it helpful to use letter case to indicate the scopeor nature of a variable. For example:.Sp.Vb 3\&    $ALL_CAPS_HERE   constants only (beware clashes with perl vars!)\&    $Some_Caps_Here  package\-wide global/static\&    $no_caps_here    function scope my() or local() variables.Ve.SpFunction and method names seem to work best as all lowercase.E.g., \f(CW\*(C`$obj\->as_string()\*(C'\fR..SpYou can use a leading underscore to indicate that a variable orfunction should not be used outside the package that defined it..IP "\(bu" 4If you have a really hairy regular expression, use the \f(CW\*(C`/x\*(C'\fR modifier andput in some whitespace to make it look a little less like line noise.Don't use slash as a delimiter when your regexp has slashes or backslashes..IP "\(bu" 4Use the new \f(CW\*(C`and\*(C'\fR and \f(CW\*(C`or\*(C'\fR operators to avoid having to parenthesizelist operators so much, and to reduce the incidence of punctuationoperators like \f(CW\*(C`&&\*(C'\fR and \f(CW\*(C`||\*(C'\fR.  Call your subroutines as if they werefunctions or list operators to avoid excessive ampersands and parentheses..IP "\(bu" 4Use here documents instead of repeated \f(CW\*(C`print()\*(C'\fR statements..IP "\(bu" 4Line up corresponding things vertically, especially if it'd be too longto fit on one line anyway..Sp.Vb 4\&    $IDX = $ST_MTIME;\&    $IDX = $ST_ATIME       if $opt_u;\&    $IDX = $ST_CTIME       if $opt_c;\&    $IDX = $ST_SIZE        if $opt_s;\&\&    mkdir $tmpdir, 0700 or die "can\*(Aqt mkdir $tmpdir: $!";\&    chdir($tmpdir)      or die "can\*(Aqt chdir $tmpdir: $!";\&    mkdir \*(Aqtmp\*(Aq,   0777 or die "can\*(Aqt mkdir $tmpdir/tmp: $!";.Ve.IP "\(bu" 4Always check the return codes of system calls.  Good error messages shouldgo to \f(CW\*(C`STDERR\*(C'\fR, include which program caused the problem, what the failedsystem call and arguments were, and (\s-1VERY\s0 \s-1IMPORTANT\s0) should contain thestandard system error message for what went wrong.  Here's a simple butsufficient example:.Sp.Vb 1\&    opendir(D, $dir)     or die "can\*(Aqt opendir $dir: $!";.Ve.IP "\(bu" 4Line up your transliterations when it makes sense:.Sp.Vb 2\&    tr [abc]\&       [xyz];.Ve.IP "\(bu" 4Think about reusability.  Why waste brainpower on a one-shot when youmight want to do something like it again?  Consider generalizing yourcode.  Consider writing a module or object class.  Consider making yourcode run cleanly with \f(CW\*(C`use strict\*(C'\fR and \f(CW\*(C`use warnings\*(C'\fR (or \fB\-w\fR) ineffect.  Consider giving away your code.  Consider changing your wholeworld view.  Consider... oh, never mind..IP "\(bu" 4Try to document your code and use Pod formatting in a consistent way. Hereare commonly expected conventions:.RS 4.IP "\(bu" 4use \f(CW\*(C`C<>\*(C'\fR for function, variable and module names (and moregenerally anything that can be considered part of code, like filehandlesor specific values). Note that function names are considered more readablewith parentheses after their name, that is \f(CW\*(C`function()\*(C'\fR..IP "\(bu" 4use \f(CW\*(C`B<>\*(C'\fR for commands names like \fBcat\fR or \fBgrep\fR..IP "\(bu" 4use \f(CW\*(C`F<>\*(C'\fR or \f(CW\*(C`C<>\*(C'\fR for file names. \f(CW\*(C`F<>\*(C'\fR shouldbe the only Pod code for file names, but as most Pod formatters render itas italic, Unix and Windows paths with their slashes and backslashes maybe less readable, and better rendered with \f(CW\*(C`C<>\*(C'\fR..RE.RS 4.RE.IP "\(bu" 4Be consistent..IP "\(bu" 4Be nice.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?