ptkFAQ

 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.



( run in 0.424 second using v1.01-cache-2.11-cpan-49f99fa48dc )