Andre am Dienstag, 13. September 2005 22.08:
> Hello,
>
> I have trouble to use the "perldoc" program.
> I want to read the documentation for "WidgetDemo" which is installed
> in /usr/lib/perl5/vendor_perl/5.8.5/i686-linux/Tk/WidgetDemo.pod.

This means that the packages full name is Tk::WidgetDemo - translated to 
Tk/WidgetDemo.pm in the file system - ...

> When I give the command "perldoc WidgetDemo" then I get the
> error 'No documentation found for "WidgetDemo".'

...so you find the documentation by 

        perldoc Tk::WidgetDemo

> The tail of output from "perl -V" is:
[...]
>   @INC:
>     /etc/perl
>     /usr/lib/perl5/site_perl/5.8.6/i686-linux

Within this include path is Tk/WidgetDemo.pm

[...]


joe

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to