ptkFAQ
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
PNMTYAK/splain view on Meta::CPAN
Test on unopened file <%s>
(W) You tried to invoke a file test operator on a filehandle that isn't
open. Check your logic. See also the section on -X in the perlfunc
manpage.
That use of $[ is unsupported
(F) Assignment to $[ is now strictly circumscribed,
and interpreted as a compiler directive. You may only
say one of
$[ = 0;
$[ = 1;
...
local $[ = 0;
local $[ = 1;
...
This is to prevent the problem of one module changing the array base
out from under another module inadvertently. See the section on $[ in
the perlvar manpage.
The %s function is unimplemented
The function indicated isn't implemented on this architecture,
according to the probings of Configure.
The crypt() function is unimplemented due to excessive paranoia.
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.925 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )