Perl 诊断消息
这些消息分成下列几类(按照绝望的级别递增排列):
类别 |
含义 |
(W) |
警告(可选) |
(D) |
反对(可选) |
(S) |
严重警告(必需) |
(F) |
致命错误(可捕获) |
(P) |
你应该从未见过的内部错误(恐慌性的)(可捕获) |
(X) |
非常致命的错误(不可捕获) |
(A) |
外来错误消息(不是Perl生成的) |
来自上面头三个级别的消息中的主要部分(W,D和S)都可以用warnlngs pragma 或-w和-W开关来控制。如果一条消息可以用warnlngs pragma控制,那么它的警告种类在标识字符后面给出;如,(W misc)表示一个杂项警告。warnlngs pragma
在第三十一章介绍过。
可以通过把$SIG{__WARN__}设置为一个例程的引用来捕获警告,而不是打印它们,每次警告时都会调用这个例程。还可以通过设置$SIG{__WARN__}为一个子例程引用,在一个可捕获的错误“退出”之前捕获控制,当你从中退出时,还是会抛出异常。换句话说,你不能用这个方法“解除致命化”一个异常。你必须用eval来实现这个目的。
缺省警告总是打开的,除非你用warnings pragma或者-x开关明确地关闭了它们。
在随后的消息中,%s表示一个被内插的字符串,只有在生成该消息时才能决定它的内容。(类似,%d代表一个内插的数值——想想printf格式就明白了,但我们在这里用%d表示任意基的数字。)请注意有些消息以%s开头——意味着按照字母顺序排列它们是有问题的。如果你预期的消息没有在预期的位置出现,那么你就应该在这些消息里面找找看。符号"%-?@
排在在字母字符前面,而[和\排在后面。
如果认定一个bug是Perl而不是你自己产生的,那么你应该把它缩减成一个最小化的测试环境,然后用Perl自带的perlbug程序报告它。
-
Perl 诊断消息 "%s" variable %s masks earlier declaration in same %s
-
Perl 诊断消息 "my sub" not yet implemented
-
Perl 诊断消息 "my" variable %s can't be in a package
-
Perl 诊断消息 "no" not allowed in expression
-
Perl 诊断消息 "our" variable %s redeclared
-
Perl 诊断消息 "use" not allowed in expression
-
Perl 诊断消息 '!' allowed only after types %s
-
Perl 诊断消息 '|' and '<' may not both be specified on command lin
-
Perl 诊断消息 '|' and '>' may not both be specified on command lin
-
Perl 诊断消息 / cannot take a count
-
Perl 诊断消息 / must be followed by a, A, or Z
-
Perl 诊断消息 / must be followed by a*, A*, or Z*
-
Perl 诊断消息 / must follow a numeric type
-
Perl 诊断消息 % may only be used in unpack
-
Perl 诊断消息 Repeat count in pack overflows
-
Perl 诊断消息 Repeat count in unpack overflows
-
Perl 诊断消息 /%s/: Unrecognized escape \\%c passed through
-
Perl 诊断消息 /%s/: Unrecognized escape \\%c in character class pass
-
Perl 诊断消息 /%s/ should probably be written as "%s"
-
Perl 诊断消息 %s (...) interpreted as function
-
Perl 诊断消息 %s() called too early to check prototype
-
Perl 诊断消息 %s argument is not a HASH or ARRAY element
-
Perl 诊断消息 %s argument is not a HASH or ARRAY element or slice
-
Perl 诊断消息 %s argument is not a subroutine name
-
Perl 诊断消息 %s did not return a true value
-
Perl 诊断消息 %s found where operator expected
-
Perl 诊断消息 %s had compilation errors
-
Perl 诊断消息 %s has too many errors
-
Perl 诊断消息 %s matches null string many times
-
Perl 诊断消息 %s never introduced
-
Perl 诊断消息 %s package attribute may clash with future reserved wo
-
Perl 诊断消息 %s syntax OK
-
Perl 诊断消息 %s: Command not found
-
Perl 诊断消息 %s: Expression syntax
-
Perl 诊断消息 %s: Undefined variable
-
Perl 诊断消息 %s: not found
-
Perl 诊断消息 (in cleanup) %s
-
Perl 诊断消息 (Missing semicolon on previous line?)
-
Perl 诊断消息 -P not allowed for setuid/setgid script
-
Perl 诊断消息 -T and -B not implemented on filehandles
-
Perl 诊断消息 -p destination: %s
-
Perl 诊断消息 500 Server error
-
Perl 诊断消息 ?+* follows nothing in regexp
-
Perl 诊断消息 @ outside of string
-
Perl 诊断消息 <> should be quotes
-
Perl 诊断消息 \1 better written as $1
-
Perl 诊断消息 accept() on closed socket %s
-
Perl 诊断消息 Allocation too large: %lx
-
Perl 诊断消息 Applying %s to %s will act on scalar(%s)
-
Perl 诊断消息 Arg too short for msgsnd
-
Perl 诊断消息 Ambiguous use of %s resolved as %s
-
Perl 诊断消息 Ambiguous call resolved as CORE::%s(), qualify as such
-
Perl 诊断消息 Args must match #! line
-
Perl 诊断消息 Argument "%s" isn't numeric
-
Perl 诊断消息 Array @%s missing the @ in argument %d of %s()
-
Perl 诊断消息 assertion botched: %s
-
Perl 诊断消息 Assertion failed: file "%s"
-
Perl 诊断消息 Assignment to both a list and a scalar
-
Perl 诊断消息 Attempt to free non-arena SV: 0x%lx
-
Perl 诊断消息 Attempt to free nonexistent shared string
-
Perl 诊断消息 Attempt to free temp prematurely
-
Perl 诊断消息 Attempt to free unreferenced glob pointers
-
Perl 诊断消息 Attempt to free unreferenced scalar
-
Perl 诊断消息 Attempt to join self
-
Perl 诊断消息 Attempt to pack pointer to temporary value
-
Perl 诊断消息 Attempt to use reference as lvalue in substr
-
Perl 诊断消息 Bad arg length for %s, is %d, should be %d
-
Perl 诊断消息 Bad filehandle: %s
-
Perl 诊断消息 Bad free() ignored
-
Perl 诊断消息 Bad hash
-
Perl 诊断消息 Bad index while coercing array into hash
-
Perl 诊断消息 Bad name after %s::
-
Perl 诊断消息 Bad realloc() ignored
-
Perl 诊断消息 Bad symbol for array
-
Perl 诊断消息 Bad symbol for filehandle
-
Perl 诊断消息 Bad symbol for hash
-
Perl 诊断消息 Badly placed ()'s
-
Perl 诊断消息 Bareword "%s" not allowed while "strict subs" in u
-
Perl 诊断消息 Bareword "%s" refers to nonexistent package
-
Perl 诊断消息 Bareword found in conditional
-
Perl 诊断消息 BEGIN failed--compilation aborted
-
Perl 诊断消息 BEGIN not safe after errors--compilation aborted
-
Perl 诊断消息 Binary number > 0b11111111111111111111111111111111
-
Perl 诊断消息 bind() on closed socket %s
-
Perl 诊断消息 Bit vector size > 32 non-portable
-
Perl 诊断消息 Bizarre copy of %s in %s
-
Perl 诊断消息 Buffer overflow in prime_env_iter: %s
-
Perl 诊断消息 Callback called exit
-
Perl 诊断消息 Can't "goto" out of a pseudo block
-
Perl 诊断消息 Can't "goto" into the middle of a foreach loop
-
Perl 诊断消息 Can't "last" outside a loop block
-
Perl 诊断消息 Can't "next" outside a loop block
-
Perl 诊断消息 Can't read CRTL environ
-
Perl 诊断消息 Can't "redo" outside a loop block
-
Perl 诊断消息 Can't bless non-reference value
-
Perl 诊断消息 Can't break at that line
-
Perl 诊断消息 Can't call method "%s" in empty package "%s"
-
Perl 诊断消息 Can't call method "%s" on unblessed referenc
-
Perl 诊断消息 Can't call method "%s" without a package or object r
-
Perl 诊断消息 Can't call method "%s" on an undefined value
-
Perl 诊断消息 Can't chdir to %s
-
Perl 诊断消息 Can't check filesystem of script "%s" for nosuid
-
Perl 诊断消息 Can't coerce %s to integer in %s
-
Perl 诊断消息 Can't coerce %s to number in %s
-
Perl 诊断消息 Can't coerce %s to string in %s
-
Perl 诊断消息 Can't coerce array into hash
-
Perl 诊断消息 Can't create pipe mailbox
-
Perl 诊断消息 Can't declare class for non-scalar %s in "%s"
-
Perl 诊断消息 Can't declare %s in "%s"
-
Perl 诊断消息 Can't do inplace edit on %s: %s
-
Perl 诊断消息 Can't do inplace edit without backup
-
Perl 诊断消息 Can't do inplace edit: %s would not be unique
-
Perl 诊断消息 Can't do inplace edit: %s is not a regular file
-
Perl 诊断消息 Can't do setegid!
-
Perl 诊断消息 Can't do seteuid!
-
Perl 诊断消息 Can't do setuid
-
Perl 诊断消息 Can't do waitpid with flags
-
Perl 诊断消息 Can't do {n,m} with n > m
-
Perl 诊断消息 Can't emulate -%s on #! line
-
Perl 诊断消息 Can't exec "%s": %s
-
Perl 诊断消息 Can't exec %s
-
Perl 诊断消息 Can't execute %s
-
Perl 诊断消息 Can't find %s on PATH, '.' not in PATH
-
Perl 诊断消息 Can't find %s on PATH
-
Perl 诊断消息 Can't find label %s
-
Perl 诊断消息 Can't find string terminator %s anywhere before EOF
-
Perl 诊断消息 Can't fork
-
Perl 诊断消息 Can't get filespec - stale stat buffer?
-
Perl 诊断消息 Can't get pipe mailbox device name
-
Perl 诊断消息 Can't get SYSGEN parameter value for MAXBUF
-
Perl 诊断消息 Can't goto subroutine outside a subroutine
-
Perl 诊断消息 Can't goto subroutine from an eval-string
-
Perl 诊断消息 Can't ignore signal CHLD, forcing to default
-
Perl 诊断消息 Can't localize through a reference
-
Perl 诊断消息 Can't localize lexical variable %s
-
Perl 诊断消息 Can't localize pseudohash element
-
Perl 诊断消息 Can't locate auto/%s.al in @INC
-
Perl 诊断消息 Can't locate %s
-
Perl 诊断消息 Can't locate object method "%s" via package "%s"
-
Perl 诊断消息 Can't locate package %s for @%s::ISA
-
Perl 诊断消息 Can't make list assignment to \%ENV on this system
-
Perl 诊断消息 Can't modify %s in %s
-
Perl 诊断消息 Can't modify non-lvalue subroutine call
-
Perl 诊断消息 Can't modify nonexistent substring
-
Perl 诊断消息 Can't msgrcv to read-only var
-
Perl 诊断消息 Can't open %s: %s
-
Perl 诊断消息 Can't open bidirectional pipe
-
Perl 诊断消息 Can't open error file %s as stderr
-
Perl 诊断消息 Can't open input file %s as stdin
-
Perl 诊断消息 Can't open output file %s as stdout
-
Perl 诊断消息 Can't open output pipe (name: %s)
-
Perl 诊断消息 Can't open perl script "%s": %s
-
Perl 诊断消息 Can't redefine active sort subroutine %s
-
Perl 诊断消息 Can't remove %s: %s, skipping file
-
Perl 诊断消息 Can't rename %s to %s: %s, skipping file
-
Perl 诊断消息 Can't reopen input pipe (name: %s) in binary mode
-
Perl 诊断消息 Can't reswap uid and euid
-
Perl 诊断消息 Can't return outside a subroutine
-
Perl 诊断消息 Can't return %s from lvalue subroutine
-
Perl 诊断消息 Can't stat script "%s"
-
Perl 诊断消息 Can't swap uid and euid
-
Perl 诊断消息 Can't take log of %g
-
Perl 诊断消息 Can't take sqrt of %g
-
Perl 诊断消息 Can't undef active subroutine
-
Perl 诊断消息 Can't unshift
-
Perl 诊断消息 Can't upgrade that kind of scalar
-
Perl 诊断消息 Can't upgrade to undef
-
Perl 诊断消息 Can't use %%! because Errno.pm is not available
-
Perl 诊断消息 Can't use "my %s" in sort comparison
-
Perl 诊断消息 Bad evalled substitution pattern
-
Perl 诊断消息 Can't use %s for loop variable
-
Perl 诊断消息 Can't use %s ref as %s ref
-
Perl 诊断消息 Can't use \%c to mean $%c in expression
-
Perl 诊断消息 Can't use bareword ("%s") as %s ref while "strict
-
Perl 诊断消息 Can't use string ("%s") as %s ref while "strict re
-
Perl 诊断消息 Can't use an undefined value as %s reference
-
Perl 诊断消息 Can't use global %s in "my"
-
Perl 诊断消息 Can't use subscript on %s
-
Perl 诊断消息 Can't weaken a nonreference
-
Perl 诊断消息 Can't x= to read-only value
-
Perl 诊断消息 Can't find an opnumber for "%s"
-
Perl 诊断消息 Can't resolve method `%s' overloading `%s' in package
-
Perl 诊断消息 Character class [:%s:] unknown
-
Perl 诊断消息 Character class syntax [%s] belongs inside character
-
Perl 诊断消息 Character class syntax [. .] is reserved for future e
-
Perl 诊断消息 Character class syntax [= =] is reserved for future e
-
Perl 诊断消息 chmod() mode argument is missing initial 0
-
Perl 诊断消息 Close on unopened file <%s>
-
Perl 诊断消息 Compilation failed in require
-
Perl 诊断消息 Complex regular subexpression recursion limit (%d) ex
-
Perl 诊断消息 connect() on closed socket %s
-
Perl 诊断消息 Constant is not %s reference
-
Perl 诊断消息 Constant subroutine %s redefined
-
Perl 诊断消息 Constant subroutine %s undefined
-
Perl 诊断消息 constant(%s): %s
-
Perl 诊断消息 Copy method did not return a reference
-
Perl 诊断消息 CORE::%s is not a keyword
-
Perl 诊断消息 Corrupt malloc ptr 0x%lx at 0x%lx
-
Perl 诊断消息 corrupted regexp pointers
-
Perl 诊断消息 corrupted regexp program
-
Perl 诊断消息 Deep recursion on subroutine "%s"
-
Perl 诊断消息 defined(@array) is deprecated
-
Perl 诊断消息 defined(%hash) is deprecated
-
Perl 诊断消息 Delimiter for here document is too long
-
Perl 诊断消息 Did not produce a valid header
-
Perl 诊断消息 (Did you mean &%s instead?)
-
Perl 诊断消息 (Did you mean "local" instead of "our"?)
-
Perl 诊断消息 (Did you mean $ or @ instead of %?)
-
Perl 诊断消息 Died
-
Perl 诊断消息 (Do you need to predeclare %s?)
-
Perl 诊断消息 Document contains no data
-
Perl 诊断消息 Don't know how to handle magic of type '%s'
-
Perl 诊断消息 do_study: out of memory
-
Perl 诊断消息 Duplicate free() ignored
-
Perl 诊断消息 elseif should be elsif
-
Perl 诊断消息 %s failed--call queue aborted
-
Perl 诊断消息 entering effective %s failed
-
Perl 诊断消息 Error converting file specification %s
-
Perl 诊断消息 %s: Eval-group in insecure regular expression
-
Perl 诊断消息 %s: Eval-group not allowed, use re 'eval'
-
Perl 诊断消息 %s: Eval-group not allowed at run time
-
Perl 诊断消息 Excessively long <> operator
-
Perl 诊断消息 Execution of %s aborted due to compilation errors
-
Perl 诊断消息 Exiting eval via %s
-
Perl 诊断消息 Exiting format via %s
-
Perl 诊断消息 Exiting pseudoblock via %s
-
Perl 诊断消息 Exiting subroutine via %s
-
Perl 诊断消息 Exiting substitution via %s
-
Perl 诊断消息 Explicit blessing to '' (assuming package main)
-
Perl 诊断消息 false [] range "%s" in regexp
-
Perl 诊断消息 Fatal VMS error at %s, line %d
-
Perl 诊断消息 fcntl is not implemented
-
Perl 诊断消息 Filehandle %s never opened
-
Perl 诊断消息 Filehandle %s opened only for input
-
Perl 诊断消息 Filehandle %s opened only for output
-
Perl 诊断消息 Final $ should be \$ or $name
-
Perl 诊断消息 Final @ should be \@ or @name
-
Perl 诊断消息 flock() on closed filehandle %s
-
Perl 诊断消息 Format %s redefined
-
Perl 诊断消息 Format not terminated
-
Perl 诊断消息 Found = in conditional, should be ==
-
Perl 诊断消息 gdbm store returned %d, errno %d, key "%s"
-
Perl 诊断消息 gethostent not implemented
-
Perl 诊断消息 get%sname() on closed socket %s
-
Perl 诊断消息 getpwnam returned invalid UIC %#o for user "%s"
-
Perl 诊断消息 getsockopt() on closed socket %s
-
Perl 诊断消息 glob failed (%s)
-
Perl 诊断消息 Glob not terminated
-
Perl 诊断消息 Global symbol "%s" requires explicit package name
-
Perl 诊断消息 Got an error from DosAllocMem
-
Perl 诊断消息 goto must have label
-
Perl 诊断消息 Had to create %s unexpectedly
-
Perl 诊断消息 Hash %%s missing the % in argument %d of %s()
-
Perl 诊断消息 Hexadecimal number > 0xffffffff non-portable
-
Perl 诊断消息 Identifier too long
-
Perl 诊断消息 Ill-formed CRTL environ value "%s"
-
Perl 诊断消息 Ill-formed message in prime_env_iter: |%s|
-
Perl 诊断消息 Illegal character %s (carriage return)
-
Perl 诊断消息 Illegal division by zero
-
Perl 诊断消息 Illegal modulus zero
-
Perl 诊断消息 Illegal binary digit %s
-
Perl 诊断消息 Illegal octal digit %s
-
Perl 诊断消息 Illegal binary digit %s ignored
-
Perl 诊断消息 Illegal octal digit %s ignored
-
Perl 诊断消息 Illegal hexadecimal digit %s ignored
-
Perl 诊断消息 Illegal number of bits in vec
-
Perl 诊断消息 Illegal switch in PERL5OPT: %s
-
Perl 诊断消息 In string, @%s now must be written as \@%s
-
Perl 诊断消息 Insecure dependency in %s
-
Perl 诊断消息 Insecure directory in %s
-
Perl 诊断消息 Insecure $ENV{%s} while running %s
-
Perl 诊断消息 Integer overflow in %s number
-
Perl 诊断消息 Internal inconsistency in tracking vforks
-
Perl 诊断消息 internal disaster in regexp
-
Perl 诊断消息 internal urp in regexp at /%s/
-
Perl 诊断消息 Invalid %s attribute: %s
-
Perl 诊断消息 Invalid %s attributes: %s
-
Perl 诊断消息 invalid [] range "%s" in regexp
-
Perl 诊断消息 Invalid conversion in %s: "%s"
-
Perl 诊断消息 Invalid separator character %s in attribute list
-
Perl 诊断消息 Invalid type in pack: '%s'
-
Perl 诊断消息 Invalid type in unpack: '%s'
-
Perl 诊断消息 ioctl is not implemented
-
Perl 诊断消息 junk on end of regexp
-
Perl 诊断消息 Label not found for "last %s"
-
Perl 诊断消息 Label not found for "next %s"
-
Perl 诊断消息 Label not found for "redo %s"
-
Perl 诊断消息 leaving effective %s failed
-
Perl 诊断消息 listen() on closed socket %s
-
Perl 诊断消息 Lvalue subs returning %s not implemented yet
-
Perl 诊断消息 Malformed PERLLIB_PREFIX
-
Perl 诊断消息 Method for operation %s not found in package %s durin
-
Perl 诊断消息 Method %s not permitted
-
Perl 诊断消息 Might be a runaway multi-line %s string starting on l
-
Perl 诊断消息 Misplaced _ in number
-
Perl 诊断消息 Missing $ on loop variable
-
Perl 诊断消息 Missing %sbrace%s on \N{}
-
Perl 诊断消息 Missing comma after first argument to %s function
-
Perl 诊断消息 Missing command in piped open
-
Perl 诊断消息 (Missing operator before %s?)
-
Perl 诊断消息 Missing right curly or square bracket
-
Perl 诊断消息 Modification of a read-only value attempted
-
Perl 诊断消息 Modification of non-creatable array value attempted,
-
Perl 诊断消息 Modification of non-creatable hash value attempted, s
-
Perl 诊断消息 Module name must be constant
-
Perl 诊断消息 msg%s not implemented
-
Perl 诊断消息 Multidimensional syntax %s not supported
-
Perl 诊断消息 Missing name in "my sub"
-
Perl 诊断消息 Name "%s::%s" used only once: possible typo
-
Perl 诊断消息 Negative length
-
Perl 诊断消息 nested *?+ in regexp
-
Perl 诊断消息 No #! line
-
Perl 诊断消息 No %s allowed while running setuid
-
Perl 诊断消息 No -e allowed in setuid scripts
-
Perl 诊断消息 No %s specified for -%c
-
Perl 诊断消息 No comma allowed after %s
-
Perl 诊断消息 No command into which to pipe on command line
-
Perl 诊断消息 No DB::DB routine defined
-
Perl 诊断消息 No dbm on this machine
-
Perl 诊断消息 No DBsub routine
-
Perl 诊断消息 No error file after 2> or 2>> on command lin
-
Perl 诊断消息 No input file after < on command line
-
Perl 诊断消息 No output file after > on command line
-
Perl 诊断消息 No output file after > or >> on command line
-
Perl 诊断消息 No package name allowed for variable %s in "our"
-
Perl 诊断消息 No Perl script found in input
-
Perl 诊断消息 No setregid available
-
Perl 诊断消息 No setreuid available
-
Perl 诊断消息 No space allowed after -%c
-
Perl 诊断消息 No such pseudohash field "%s"
-
Perl 诊断消息 No such pseudohash field "%s" in variable %s of typ
-
Perl 诊断消息 No such pipe open
-
Perl 诊断消息 No such signal: SIG%s
-
Perl 诊断消息 no UTC offset information; assuming local time is UTC
-
Perl 诊断消息 Not a CODE reference
-
Perl 诊断消息 Not a format reference
-
Perl 诊断消息 Not a GLOB reference
-
Perl 诊断消息 Not a HASH reference
-
Perl 诊断消息 Not a perl script
-
Perl 诊断消息 Not a SCALAR reference
-
Perl 诊断消息 Not a subroutine reference
-
Perl 诊断消息 Not a subroutine reference in overload table
-
Perl 诊断消息 Not an ARRAY reference
-
Perl 诊断消息 Not enough arguments for %s
-
Perl 诊断消息 Not enough format arguments
-
Perl 诊断消息 Null filename used
-
Perl 诊断消息 Null picture in formline
-
Perl 诊断消息 NULL OP IN RUN
-
Perl 诊断消息 Null realloc
-
Perl 诊断消息 NULL regexp argument
-
Perl 诊断消息 NULL regexp parameter
-
Perl 诊断消息 Number too long
-
Perl 诊断消息 Octal number > 037777777777 non-portable
-
Perl 诊断消息 Octal number in vector unsupported
-
Perl 诊断消息 Odd number of elements in hash assignment
-
Perl 诊断消息 Offset outside string
-
Perl 诊断消息 oops: oopsAV
-
Perl 诊断消息 oops: oopsHV
-
Perl 诊断消息 Operation `%s': no method found, %s
-
Perl 诊断消息 Operator or semicolon missing before %s
-
Perl 诊断消息 Out of memory!
-
Perl 诊断消息 Out of memory for yacc stack
-
Perl 诊断消息 Out of memory during request for %s
-
Perl 诊断消息 Out of memory during "large" request for %s
-
Perl 诊断消息 Out of memory during ridiculously large request
-
Perl 诊断消息 page overflow
-
Perl 诊断消息 panic: ck_grep
-
Perl 诊断消息 panic: ck_split
-
Perl 诊断消息 panic: corrupt saved stack index
-
Perl 诊断消息 panic: del_backref
-
Perl 诊断消息 panic: die %s
-
Perl 诊断消息 panic: do_match
-
Perl 诊断消息 panic: do_split
-
Perl 诊断消息 panic: do_subst
-
Perl 诊断消息 panic: do_trans
-
Perl 诊断消息 panic: frexp
-
Perl 诊断消息 panic: goto
-
Perl 诊断消息 panic: INTERPCASEMOD
-
Perl 诊断消息 panic: INTERPCONCAT
-
Perl 诊断消息 panic: kid popen errno read
-
Perl 诊断消息 panic: last
-
Perl 诊断消息 panic: leave_scope clearsv
-
Perl 诊断消息 panic: leave_scope inconsistency
-
Perl 诊断消息 panic: malloc
-
Perl 诊断消息 panic: magic_killbackrefs
-
Perl 诊断消息 panic: mapstart
-
Perl 诊断消息 panic: null array
-
Perl 诊断消息 panic: pad_alloc
-
Perl 诊断消息 panic: pad_free curpad
-
Perl 诊断消息 panic: pad_free po
-
Perl 诊断消息 panic: pad_reset curpad
-
Perl 诊断消息 panic: pad_sv po
-
Perl 诊断消息 panic: pad_swipe curpad
-
Perl 诊断消息 panic: pad_swipe po
-
Perl 诊断消息 panic: pp_iter
-
Perl 诊断消息 panic: realloc
-
Perl 诊断消息 panic: restartop
-
Perl 诊断消息 panic: return
-
Perl 诊断消息 panic: scan_num
-
Perl 诊断消息 panic: sv_insert
-
Perl 诊断消息 panic: top_env
-
Perl 诊断消息 panic: yylex
-
Perl 诊断消息 panic: %s
-
Perl 诊断消息 Parentheses missing around "%s" list
-
Perl 诊断消息 Perl %3.3f required--this is only version %s, stopped
-
Perl 诊断消息 PERL_SH_DIR too long
-
Perl 诊断消息 Permission denied
-
Perl 诊断消息 pid %x not a child
-
Perl 诊断消息 POSIX getpgrp can't take an argument
-
Perl 诊断消息 Possible Y2K bug: %s
-
Perl 诊断消息 Possible attempt to put comments in qw() list
-
Perl 诊断消息 Possible attempt to separate words with commas
-
Perl 诊断消息 Possible memory corruption: %s overflowed 3rd argumen
-
Perl 诊断消息 pragma "attrs" is deprecated, use "sub NAME : ATTR
-
Perl 诊断消息 Precedence problem: open %s should be open(%s)
-
Perl 诊断消息 Premature end of script headers
-
Perl 诊断消息 print() on closed filehandle %s
-
Perl 诊断消息 printf() on closed filehandle %s
-
Perl 诊断消息 Process terminated by SIG%s
-
Perl 诊断消息 Prototype mismatch: %s vs %s
-
Perl 诊断消息 Range iterator outside integer range
-
Perl 诊断消息 readline() on closed filehandle %s
-
Perl 诊断消息 realloc() of freed memory ignored
-
Perl 诊断消息 Reallocation too large: %lx
-
Perl 诊断消息 Recompile perl with -DDEBUGGING to use -D switch
-
Perl 诊断消息 Recursive inheritance detected in package '%s'
-
Perl 诊断消息 Recursive inheritance detected while looking for meth
-
Perl 诊断消息 Reference found where even-sized list expected
-
Perl 诊断消息 Reference is already weak
-
Perl 诊断消息 Reference miscount in sv_replace()
-
Perl 诊断消息 regexp *+ operand could be empty
-
Perl 诊断消息 regexp memory corruption
-
Perl 诊断消息 regexp out of space
-
Perl 诊断消息 Reversed %s= operator
-
Perl 诊断消息 Runaway format
-
Perl 诊断消息 Scalar value @%s[%s] better written as $%s[%s]
-
Perl 诊断消息 Scalar value @%s{%s} better written as $%s{%s}
-
Perl 诊断消息 Script is not setuid/setgid in suidperl
-
Perl 诊断消息 Search pattern not terminated
-
Perl 诊断消息 %sseek() on unopened file
-
Perl 诊断消息 select not implemented
-
Perl 诊断消息 sem%s not implemented
-
Perl 诊断消息 semi-panic: attempt to dup freed string
-
Perl 诊断消息 Semicolon seems to be missing
-
Perl 诊断消息 send() on closed socket %s
-
Perl 诊断消息 Sequence (? incomplete
-
Perl 诊断消息 Sequence (?#... not terminated
-
Perl 诊断消息 Sequence (?%s...) not implemented
-
Perl 诊断消息 Sequence (?%s...) not recognized
-
Perl 诊断消息 Server error
-
Perl 诊断消息 setegid() not implemented
-
Perl 诊断消息 seteuid() not implemented
-
Perl 诊断消息 setpgrp can't take arguments
-
Perl 诊断消息 setrgid() not implemented
-
Perl 诊断消息 setruid() not implemented
-
Perl 诊断消息 setsockopt() on closed socket %s
-
Perl 诊断消息 Setuid/gid script is writable by world
-
Perl 诊断消息 shm%s not implemented
-
Perl 诊断消息 shutdown() on closed socket %s
-
Perl 诊断消息 SIG%s handler "%s" not defined
-
Perl 诊断消息 sort is now a reserved word
-
Perl 诊断消息 Sort subroutine didn't return a numeric value
-
Perl 诊断消息 Sort subroutine didn't return single value
-
Perl 诊断消息 Split loop
-
Perl 诊断消息 Stat on unopened file >%s>
-
Perl 诊断消息 Statement unlikely to be reached
-
Perl 诊断消息 Strange *+?{} on zero-length expression
-
Perl 诊断消息 Stub found while resolving method `%s' overloading `%
-
Perl 诊断消息 Subroutine %s redefined
-
Perl 诊断消息 Substitution loop
-
Perl 诊断消息 Substitution pattern not terminated
-
Perl 诊断消息 Substitution replacement not terminated
-
Perl 诊断消息 substr outside of string
-
Perl 诊断消息 suidperl is no longer needed since %s
-
Perl 诊断消息 switching effective %s is not implemented
-
Perl 诊断消息 syntax error
-
Perl 诊断消息 syntax error at line %d: `%s' unexpected
-
Perl 诊断消息 System V %s is not implemented on this machine
-
Perl 诊断消息 syswrite() on closed filehandle %s
-
Perl 诊断消息 Target of goto is too deeply nested
-
Perl 诊断消息 tell() on unopened file
-
Perl 诊断消息 Test on unopened file %s
-
Perl 诊断消息 That use of $[ is unsupported
-
Perl 诊断消息 The %s function is unimplemented
-
Perl 诊断消息 The crypt() function is unimplemented due to excessiv
-
Perl 诊断消息 The stat preceding -l _ wasn't an lstat
-
Perl 诊断消息 This Perl can't reset CRTL environ elements (%s)
-
Perl 诊断消息 This Perl can't set CRTL environ elements (%s=%s)
-
Perl 诊断消息 times not implemented
-
Perl 诊断消息 Too few args to syscall
-
Perl 诊断消息 Too late for "-T" option
-
Perl 诊断消息 Too late for "-%s" option
-
Perl 诊断消息 Too late to run %s block
-
Perl 诊断消息 Too many ('s
-
Perl 诊断消息 Too many )'s
-
Perl 诊断消息 Too many args to syscall
-
Perl 诊断消息 Too many arguments for %s
-
Perl 诊断消息 trailing \ in regexp
-
Perl 诊断消息 Transliteration pattern not terminated
-
Perl 诊断消息 Transliteration replacement not terminated
-
Perl 诊断消息 truncate not implemented
-
Perl 诊断消息 Type of arg %d to %s must be %s (not %s)
-
Perl 诊断消息 umask: argument is missing initial 0
-
Perl 诊断消息 umask not implemented
-
Perl 诊断消息 Unable to create sub named "%s"
-
Perl 诊断消息 Unbalanced context: %d more PUSHes than POPs
-
Perl 诊断消息 Unbalanced saves: %d more saves than restores
-
Perl 诊断消息 Unbalanced scopes: %d more ENTERs than LEAVEs
-
Perl 诊断消息 Unbalanced tmps: %d more allocs than frees
-
Perl 诊断消息 Undefined format "%s" called
-
Perl 诊断消息 Undefined sort subroutine "%s" called
-
Perl 诊断消息 Undefined subroutine &%s called
-
Perl 诊断消息 Undefined subroutine called
-
Perl 诊断消息 Undefined subroutine in sort
-
Perl 诊断消息 Undefined top format ”%s”called
-
Perl 诊断消息 Undefined value assigned to typeglob
-
Perl 诊断消息 unexec of %s into %s failed!
-
Perl 诊断消息 Unknown BYTEORDER
-
Perl 诊断消息 Unknown open() mode '%s'
-
Perl 诊断消息 Unknown process %x sent message to prime_env_iter: %s
-
Perl 诊断消息 unmatched () in regexp
-
Perl 诊断消息 Unmatched right %s bracket
-
Perl 诊断消息 unmatched [] in regexp
-
Perl 诊断消息 Unquoted string "%s" may clash with future reserved
-
Perl 诊断消息 Unrecognized character %s
-
Perl 诊断消息 Unrecognized escape \\%c passed through
-
Perl 诊断消息 Unrecognized signal name "%s"
-
Perl 诊断消息 Unrecognized switch: -%s (-h will show valid options)
-
Perl 诊断消息 Unsuccessful %s on filename containing newline
-
Perl 诊断消息 Unsupported directory function "%s" called
-
Perl 诊断消息 Unsupported function fork
-
Perl 诊断消息 Unsupported function %s
-
Perl 诊断消息 Unsupported socket function "%s" called
-
Perl 诊断消息 Unterminated <> operator
-
Perl 诊断消息 Unterminated attribute parameter in attribute list
-
Perl 诊断消息 Unterminated attribute list
-
Perl 诊断消息 Use of $# is deprecated
-
Perl 诊断消息 Use of $* is deprecated
-
Perl 诊断消息 Use of %s in printf format not supported
-
Perl 诊断消息 Use of bare << to mean <<"" is deprecated
-
Perl 诊断消息 Use of implicit split to @_ is deprecated
-
Perl 诊断消息 Use of inherited AUTOLOAD for non-method %s() is depr
-
Perl 诊断消息 Use of reserved word "%s" is deprecated
-
Perl 诊断消息 Use of %s is deprecated
-
Perl 诊断消息 Use of uninitialized value%s
-
Perl 诊断消息 Useless use of "re" pragma
-
Perl 诊断消息 Useless use of %s in void context
-
Perl 诊断消息 untie attempted while %d inner references still exist
-
Perl 诊断消息 Value of %s can be "0"; test with defined()
-
Perl 诊断消息 Value of CLI symbol "%s" too long
-
Perl 诊断消息 Variable "%s" is not imported%s
-
Perl 诊断消息 Variable "%s" may be unavailable
-
Perl 诊断消息 Variable "%s" will not stay shared
-
Perl 诊断消息 Variable syntax (A) You've accidentally
-
Perl 诊断消息 Version number must be a constant number
-
Perl 诊断消息 perl: warning: Setting locale failed.
-
Perl 诊断消息 Warning: something's wrong
-
Perl 诊断消息 Warning: unable to close filehandle %s properly
-
Perl 诊断消息 Warning: Use of "%s" without parentheses is ambiguo
-
Perl 诊断消息 write() on closed filehandle %s
-
Perl 诊断消息 X outside of string
-
Perl 诊断消息 x outside of string
-
Perl 诊断消息 Xsub "%s" called in sort
-
Perl 诊断消息 Xsub called in sort
-
Perl 诊断消息 You can't use -l on a filehandle
-
Perl 诊断消息 YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET
-
Perl 诊断消息 You need to quote "%s"