Home > Archive > PERL Beginners > March 2005 > Question on configuring Help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Question on configuring Help
|
|
| Bob Nix 2005-03-25, 8:55 pm |
| I have installed Perl on a PC running Win2000.
The make, test, and install all ran without problem.
I saw references to html-based help. How do I install Perl html help?
Thanks,
Bob Nix
(336) 282-5469
fax # (509) 355-2669
| |
| Charles K. Clarkson 2005-03-25, 8:55 pm |
| Bob Nix <mailto:bnix@bellsouth.net> wrote:
: I have installed Perl on a PC running Win2000.
: The make, test, and install all ran without problem.
:
: I saw references to html-based help. How do I install
: Perl html help?
Did you install Activestate perl or compile your own?
The Activestate default installation places html docs in
the C:\Perl\html directory.
file:///c:/Perl/html/perltoc.html
HTH,
Charles K. Clarkson
--
Mobile Homes Specialist
254 968-8328
| |
| Charles K. Clarkson 2005-03-25, 8:55 pm |
| Charles K. Clarkson <mailto:cclarkson@htcomp.net> wrote:
:
: file:///c:/Perl/html/perltoc.html
Whoopsie.
file:///C:/Perl/html/index.html
Charles K. Clarkson
--
Mobile Homes Specialist
254 968-8328
| |
| Bob Nix 2005-03-25, 8:55 pm |
| My c:\perl\html directory contains more directories - \ext, \lib, and \pod
but no files
I compiled my own; did not use Activestate.
Bob Nix
(336) 282-5469
fax # (509) 355-2669
----- Original Message -----
From: "Charles K. Clarkson" <cclarkson@htcomp.net>
To: <beginners@perl.org>
Sent: Friday, March 25, 2005 3:34 PM
Subject: RE: Question on configuring Help
[color=darkred]
> Charles K. Clarkson <mailto:cclarkson@htcomp.net> wrote:
> :
> : file:///c:/Perl/html/perltoc.html
>
>
> Whoopsie.
>
> file:///C:/Perl/html/index.html
>
>
>
> Charles K. Clarkson
> --
> Mobile Homes Specialist
> 254 968-8328
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
| |
| Offer Kaye 2005-03-25, 8:55 pm |
| On Fri, 25 Mar 2005 14:53:40 -0500, Bob Nix wrote:
> I have installed Perl on a PC running Win2000.
> The make, test, and install all ran without problem.
>
> I saw references to html-based help. How do I install Perl html help?
>
> Thanks,
>
> Bob Nix
Assuming you installed the latest stable Perl (5.8.6), you can
download HTML+PDF documentation from this site:
http://perldoc.perl.org/
(See the bottom of the page).
Hope this helps,
--
Offer Kaye
|
|
|
|
|