From: Jarkko Hietaniemi Date: Thu, 6 Jun 2002 13:18:20 +0000 (+0000) Subject: Give more detailed explanation of open(FH, ">:foobar") failure. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d28b25d03b17ff2b6403c9ced6127669403199d1;p=p5sagit%2Fp5-mst-13.2.git Give more detailed explanation of open(FH, ">:foobar") failure. p4raw-id: //depot/perl@17035 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index f746220..c5d3af7 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -817,6 +817,11 @@ the file, say, by doing C. functioning as a class, but that package doesn't define that particular method, nor does any of its base classes. See L. +=item Can't locate PerlIO%s + +(F) You tried to use in open() a PerlIO layer that does not exist, +e.g. open(FH, ">:typo"). + =item (perhaps you forgot to load "%s"?) (F) This is an educated guess made in conjunction with the message