R
Ronald Fischer
I'm running Perl 5.8 under cygwin. When I do something like
perldoc IO::File
I get the error message
Ignored /usr/lib/perl5/5.8.0/cygwin-multi-64int/IO/File.pm: unreadable
No documentation found for "IO::File".
Although the file /usr/lib/perl5/5.8.0/cygwin-multi-64int/IO/File.pm
is clearly readable.
When I do a
perldoc -f open
I get the error message
Ignored /usr/lib/perl5/5.8.0/pods/perlfunc.pod: unreadable
No documentation found for "perlfunc".
In fact, I can't get at any documentation with perldoc.
Any suggestions?
Ronald
perldoc IO::File
I get the error message
Ignored /usr/lib/perl5/5.8.0/cygwin-multi-64int/IO/File.pm: unreadable
No documentation found for "IO::File".
Although the file /usr/lib/perl5/5.8.0/cygwin-multi-64int/IO/File.pm
is clearly readable.
When I do a
perldoc -f open
I get the error message
Ignored /usr/lib/perl5/5.8.0/pods/perlfunc.pod: unreadable
No documentation found for "perlfunc".
In fact, I can't get at any documentation with perldoc.
Any suggestions?
Ronald